HomeSort by relevance Sort by last modified time
    Searched defs:MemoryRegionMap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.h 65 // For more details on the design of MemoryRegionMap
67 class MemoryRegionMap {
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...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.h 66 // For more details on the design of MemoryRegionMap
68 class MemoryRegionMap {
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...]

Completed in 473 milliseconds