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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dfree_list.cc85 tmp = FL_Next(tmp);
88 *head = FL_Next(*end);
103 // FL_Next and FL_Previous.
104 FL_Next(start);
127 head = FL_Next(head);
H A Dfree_list.h115 inline void *FL_Next(void *t) { function in namespace:tcmalloc
130 *list = FL_Next(result);
162 inline void *FL_Next(void *t) {
H A Dcentral_freelist.cc36 #include "free_list.h" // for FL_Next, FL_Push, etc
83 void *next = FL_Next(start);
119 for (void* p = span->objects; p != NULL; p = FL_Next(p)){
H A Dthread_cache.h214 return FL_Next(list_);

Completed in 111 milliseconds