Searched refs:SLL_PopRange (Results 1 - 5 of 5) 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);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFastMalloc.cpp661 static ALWAYS_INLINE void SLL_PopRange(HardenedSLL* head, int N, HardenedSLL *start, HardenedSLL *end, uintptr_t entropy) {
2303 SLL_PopRange(&list_, N, start, end, entropy_);

Completed in 823 milliseconds