Searched refs:SLL_Next (Results 1 - 6 of 6) sorted by last modified time

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dfree_list.h163 return SLL_Next(t);
H A Dlinked_list.h43 inline void *SLL_Next(void *t) { function in namespace:tcmalloc
58 *list = SLL_Next(*list);
75 tmp = SLL_Next(tmp);
80 *head = SLL_Next(tmp);
95 head = SLL_Next(head);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dcentral_freelist.cc37 #include "linked_list.h" // for SLL_Next, SLL_Push, etc
83 void *next = SLL_Next(start);
H A Dlinked_list.h43 inline void *SLL_Next(void *t) { function in namespace:tcmalloc
58 *list = SLL_Next(*list);
75 tmp = SLL_Next(tmp);
80 *head = SLL_Next(tmp);
95 head = SLL_Next(head);
H A Dthread_cache.cc167 list->PushRange(fetch_count, SLL_Next(start), end);
H A Dthread_cache.h208 return SLL_Next(&list_);

Completed in 110 milliseconds