Searched refs:PopRange (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dthread_cache.cc232 src->PopRange(batch_size, &head, &tail);
237 src->PopRange(N, &head, &tail);
H A Dthread_cache.h222 void PopRange(int N, void **start, void **end) { function in class:tcmalloc::ThreadCache::FreeList
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dthread_cache.cc226 src->PopRange(batch_size, &head, &tail);
231 src->PopRange(N, &head, &tail);
H A Dthread_cache.h216 void PopRange(int N, void **start, void **end) { function in class:tcmalloc::ThreadCache::FreeList
/external/chromium/testing/gtest/scripts/
H A Dpump.py611 def PopRange(self): member in class:Env
/external/chromium_org/testing/gtest/scripts/
H A Dpump.py611 def PopRange(self): member in class:Env
/external/gtest/scripts/
H A Dpump.py611 def PopRange(self): member in class:Env
/external/libvpx/libvpx/third_party/googletest/src/scripts/
H A Dpump.py611 def PopRange(self): member in class:Env
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFastMalloc.cpp2332 void PopRange(int N, HardenedSLL* start, HardenedSLL* end) {
2994 src->PopRange(batch_size, &head, &tail);
2999 src->PopRange(N, &head, &tail);

Completed in 267 milliseconds