AllocList 78 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc AllocList *next[kMaxLevel]; // actually has levels elements. AllocList 84 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc using low_level_alloc_internal::AllocList; AllocList 127 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc int max_fit = (size-OFFSETOF_MEMBER(AllocList, next)) / sizeof (AllocList *); AllocList 139 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc static AllocList *LLA_SkiplistSearch(AllocList *head, AllocList 140 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc AllocList *e, AllocList **prev) { AllocList 141 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc AllocList *p = head; AllocList 143 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc for (AllocList *n; (n = p->next[level]) != 0 && n < e; p = n) { AllocList 153 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc static void LLA_SkiplistInsert(AllocList *head, AllocList *e, AllocList 154 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc AllocList **prev) { AllocList 168 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc static void LLA_SkiplistDelete(AllocList *head, AllocList *e, AllocList 169 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc AllocList **prev) { AllocList 170 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc AllocList *found = LLA_SkiplistSearch(head, e, prev); AllocList 190 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc AllocList freelist; // head of free list; sorted by addr (under mu) AllocList 258 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc inline static intptr_t Magic(intptr_t magic, AllocList::Header *ptr) { AllocList 322 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc AllocList *region = arena->freelist.next[0]; AllocList 361 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc static AllocList *Next(int i, AllocList *prev, LowLevelAlloc::Arena *arena) { AllocList 363 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc AllocList *next = prev->next[i]; AllocList 379 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc static void Coalesce(AllocList *a) { AllocList 380 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc AllocList *n = a->next[0]; AllocList 387 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc AllocList *prev[kMaxLevel]; AllocList 398 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc AllocList *f = reinterpret_cast<AllocList *>( AllocList 405 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc AllocList *prev[kMaxLevel]; AllocList 416 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc AllocList *f = reinterpret_cast<AllocList *>( AllocList 437 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc AllocList *s; // will point to region that satisfies request AllocList 446 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc AllocList *before = &arena->freelist; // predecessor of s AllocList 470 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc s = reinterpret_cast<AllocList *>(new_pages); AllocList 477 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc AllocList *prev[kMaxLevel]; AllocList 481 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc AllocList *n = reinterpret_cast<AllocList *> AllocList 78 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc AllocList *next[kMaxLevel]; // actually has levels elements. AllocList 84 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc using low_level_alloc_internal::AllocList; AllocList 127 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc int max_fit = (size-OFFSETOF_MEMBER(AllocList, next)) / sizeof (AllocList *); AllocList 139 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc static AllocList *LLA_SkiplistSearch(AllocList *head, AllocList 140 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc AllocList *e, AllocList **prev) { AllocList 141 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc AllocList *p = head; AllocList 143 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc for (AllocList *n; (n = p->next[level]) != 0 && n < e; p = n) { AllocList 153 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc static void LLA_SkiplistInsert(AllocList *head, AllocList *e, AllocList 154 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc AllocList **prev) { AllocList 168 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc static void LLA_SkiplistDelete(AllocList *head, AllocList *e, AllocList 169 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc AllocList **prev) { AllocList 170 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc AllocList *found = LLA_SkiplistSearch(head, e, prev); AllocList 190 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc AllocList freelist; // head of free list; sorted by addr (under mu) AllocList 258 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc inline static intptr_t Magic(intptr_t magic, AllocList::Header *ptr) { AllocList 322 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc AllocList *region = arena->freelist.next[0]; AllocList 361 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc static AllocList *Next(int i, AllocList *prev, LowLevelAlloc::Arena *arena) { AllocList 363 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc AllocList *next = prev->next[i]; AllocList 379 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc static void Coalesce(AllocList *a) { AllocList 380 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc AllocList *n = a->next[0]; AllocList 387 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc AllocList *prev[kMaxLevel]; AllocList 398 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc AllocList *f = reinterpret_cast<AllocList *>( AllocList 405 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc AllocList *prev[kMaxLevel]; AllocList 416 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc AllocList *f = reinterpret_cast<AllocList *>( AllocList 437 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc AllocList *s; // will point to region that satisfies request AllocList 446 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc AllocList *before = &arena->freelist; // predecessor of s AllocList 470 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc s = reinterpret_cast<AllocList *>(new_pages); AllocList 477 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc AllocList *prev[kMaxLevel]; AllocList 481 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc AllocList *n = reinterpret_cast<AllocList *>