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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpage_heap.h229 typedef MapSelector<kAddressBits>::CacheType PageMapCache; typedef in class:tcmalloc::PageHeap
231 mutable PageMapCache pagemap_cache_;
H A Dpage_heap.cc61 COMPILE_ASSERT(kNumClasses <= (1 << PageMapCache::kValuebits), valuebits);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpage_heap.h217 typedef MapSelector<kAddressBits>::CacheType PageMapCache; typedef in class:tcmalloc::PageHeap
219 mutable PageMapCache pagemap_cache_;
H A Dpage_heap.cc61 COMPILE_ASSERT(kNumClasses <= (1 << PageMapCache::kValuebits), valuebits);

Completed in 80 milliseconds