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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dlinked_list.h66 inline void SLL_PopRange(void **head, int N, void **start, void **end) { function in namespace:tcmalloc
H A Dfree_list.h187 SLL_PopRange(head, n, start, end);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dlinked_list.h66 inline void SLL_PopRange(void **head, int N, void **start, void **end) { function in namespace:tcmalloc
H A Dthread_cache.h54 #include "linked_list.h" // for SLL_Pop, SLL_PopRange, etc
217 SLL_PopRange(&list_, N, start, end);

Completed in 97 milliseconds