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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.h66 // For more details on the design of MemoryRegionMap
68 class MemoryRegionMap { class
83 // Every client of MemoryRegionMap must call Init() before first use,
85 // this (singleton) class properly. MemoryRegionMap assumes it's the
100 // MemoryRegionMap::Lock()/Unlock() to manage the locks.
110 // Return true if MemoryRegionMap is initialized and recording, i.e. when
123 // Locker object that acquires the MemoryRegionMap::Lock
134 // This is essentially an interface through which MemoryRegionMap
143 // a user of MemoryRegionMap supplies this info
162 private: // helpers for MemoryRegionMap
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemory_region_map.h65 // For more details on the design of MemoryRegionMap
67 class MemoryRegionMap { class
78 // Every client of MemoryRegionMap must call Init() before first use,
80 // this (singleton) class properly. MemoryRegionMap assumes it's the
92 // MemoryRegionMap::Lock()/Unlock() to manage the locks.
111 // Locker object that acquires the MemoryRegionMap::Lock
122 // This is essentially an interface through which MemoryRegionMap
131 // a user of MemoryRegionMap supplies this info
150 private: // helpers for MemoryRegionMap
151 friend class MemoryRegionMap;
[all...]

Completed in 105 milliseconds