Searched defs:SLL_Next (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
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 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);

Completed in 186 milliseconds