Searched refs:SLL_Push (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dlinked_list.h51 inline void SLL_Push(void **list, void *element) { function in namespace:tcmalloc
H A Dfree_list.h172 SLL_Push(list,element);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dlinked_list.h51 inline void SLL_Push(void **list, void *element) { function in namespace:tcmalloc
H A Dthread_cache.h196 SLL_Push(&list_, ptr);
H A Dcentral_freelist.cc37 #include "linked_list.h" // for SLL_Next, SLL_Push, etc
271 SLL_Push(&head, t);

Completed in 5004 milliseconds