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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dlinked_list.h47 inline void SLL_SetNext(void *t, void *n) { function in namespace:tcmalloc
52 SLL_SetNext(element, *list);
82 SLL_SetNext(tmp, NULL);
87 SLL_SetNext(end, *head);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dlinked_list.h47 inline void SLL_SetNext(void *t, void *n) { function in namespace:tcmalloc
52 SLL_SetNext(element, *list);
82 SLL_SetNext(tmp, NULL);
87 SLL_SetNext(end, *head);

Completed in 438 milliseconds