Searched refs:FL_Pop (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dfree_list.h127 inline void *FL_Pop(void **list) { function in namespace:tcmalloc
178 inline void *FL_Pop(void **list) {
H A Dpage_heap_allocator.h39 #include "free_list.h" // for FL_Push/FL_Pop
67 result = FL_Pop(&free_list_);
H A Dthread_cache.h46 #include "free_list.h" // for FL_Pop, FL_PopRange, etc
209 return FL_Pop(&list_);
H A Dcentral_freelist.cc295 void *result = FL_Pop(&(span->objects));
H A Dthread_cache.cc172 start = FL_Pop(&second);

Completed in 970 milliseconds