AllocationMap      28 base/memory/discardable_memory_manager.cc     : allocations_(AllocationMap::NO_AUTO_EVICT),
AllocationMap      83 base/memory/discardable_memory_manager.cc   AllocationMap::iterator it = allocations_.Peek(discardable);
AllocationMap     102 base/memory/discardable_memory_manager.cc   AllocationMap::iterator it = allocations_.Get(discardable);
AllocationMap     143 base/memory/discardable_memory_manager.cc   AllocationMap::iterator it = allocations_.Get(discardable);
AllocationMap     160 base/memory/discardable_memory_manager.cc   AllocationMap::const_iterator it = allocations_.Peek(discardable);
AllocationMap     167 base/memory/discardable_memory_manager.cc   AllocationMap::const_iterator it = allocations_.Peek(discardable);
AllocationMap     206 base/memory/discardable_memory_manager.cc   for (AllocationMap::reverse_iterator it = allocations_.rbegin();
AllocationMap     128 base/memory/discardable_memory_manager.h   AllocationMap allocations_;
AllocationMap     303 net/disk_cache/blockfile/block_files_unittest.cc TEST_F(DiskCacheTest, AllocationMap) {
AllocationMap      82 third_party/tcmalloc/chromium/src/deep-heap-profile.h   typedef HeapProfileTable::AllocationMap AllocationMap;
AllocationMap     146 third_party/tcmalloc/chromium/src/heap-profile-table.cc       new(alloc_(sizeof(AllocationMap))) AllocationMap(alloc_, dealloc_);
AllocationMap     155 third_party/tcmalloc/chromium/src/heap-profile-table.cc   address_map_->~AllocationMap();
AllocationMap     561 third_party/tcmalloc/chromium/src/heap-profile-table.cc                                     AllocationMap* allocations) {
AllocationMap     446 third_party/tcmalloc/chromium/src/heap-profile-table.h                            AllocationMap* allocations);
AllocationMap     468 third_party/tcmalloc/chromium/src/heap-profile-table.h   AllocationMap* address_map_;
AllocationMap     502 third_party/tcmalloc/chromium/src/heap-profile-table.h   AllocationMap map_;
AllocationMap     142 third_party/tcmalloc/vendor/src/heap-profile-table.cc       new(alloc_(sizeof(AllocationMap))) AllocationMap(alloc_, dealloc_);
AllocationMap     157 third_party/tcmalloc/vendor/src/heap-profile-table.cc void HeapProfileTable::DeallocateAllocationMap(AllocationMap* allocation) {
AllocationMap     159 third_party/tcmalloc/vendor/src/heap-profile-table.cc     alloc_address_map_->~AllocationMap();
AllocationMap     369 third_party/tcmalloc/vendor/src/heap-profile-table.cc       new(alloc_(sizeof(AllocationMap))) AllocationMap(alloc_, dealloc_);
AllocationMap     393 third_party/tcmalloc/vendor/src/heap-profile-table.cc     mmap_address_map_->~AllocationMap();
AllocationMap     505 third_party/tcmalloc/vendor/src/heap-profile-table.cc                                     AllocationMap* allocations) {
AllocationMap     278 third_party/tcmalloc/vendor/src/heap-profile-table.h   void DeallocateAllocationMap(AllocationMap* allocation);
AllocationMap     337 third_party/tcmalloc/vendor/src/heap-profile-table.h                            AllocationMap* allocations);
AllocationMap     364 third_party/tcmalloc/vendor/src/heap-profile-table.h   AllocationMap* alloc_address_map_;
AllocationMap     365 third_party/tcmalloc/vendor/src/heap-profile-table.h   AllocationMap* mmap_address_map_;
AllocationMap     399 third_party/tcmalloc/vendor/src/heap-profile-table.h   AllocationMap map_;