Searched defs:MapSelector (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpage_heap.h84 template <int BITS> class MapSelector { class in namespace:tcmalloc
91 template <> class MapSelector<32> { class in namespace:tcmalloc
228 typedef MapSelector<kAddressBits>::Type PageMap;
229 typedef MapSelector<kAddressBits>::CacheType PageMapCache;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpage_heap.h82 template <int BITS> class MapSelector { class in namespace:tcmalloc
89 template <> class MapSelector<32> { class in namespace:tcmalloc
216 typedef MapSelector<kAddressBits>::Type PageMap;
217 typedef MapSelector<kAddressBits>::CacheType PageMapCache;

Completed in 124 milliseconds