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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dlinked_list.h56 inline void *SLL_Pop(void **list) { function in namespace:tcmalloc
H A Dfree_list.h179 return SLL_Pop(list);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dlinked_list.h56 inline void *SLL_Pop(void **list) { function in namespace:tcmalloc
H A Dthread_cache.h54 #include "linked_list.h" // for SLL_Pop, SLL_PopRange, etc
204 return SLL_Pop(&list_);

Completed in 260 milliseconds