Searched refs:FL_Push (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dfree_list.h146 inline void FL_Push(void **list, void *element) { function in namespace:tcmalloc
170 inline void FL_Push(void **list, void *element) {
H A Dpage_heap_allocator.h39 #include "free_list.h" // for FL_Push/FL_Pop
104 FL_Push(&free_list_, p);
H A Dcentral_freelist.cc36 #include "free_list.h" // for FL_Next, FL_Push, etc
145 FL_Push(&(span->objects), object);
264 FL_Push(&head, tail);
269 FL_Push(&head, t);
340 FL_Push(&list, ptr);
H A Dthread_cache.h201 FL_Push(&list_, ptr);

Completed in 107 milliseconds