Searched refs:AllocationMap (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/base/memory/ |
D | discardable_memory_manager.cc | 23 : allocations_(AllocationMap::NO_AUTO_EVICT), in DiscardableMemoryManager() 93 AllocationMap::iterator it = allocations_.Peek(allocation); in Unregister() 111 AllocationMap::iterator it = allocations_.Get(allocation); in AcquireLock() 148 AllocationMap::iterator it = allocations_.Get(allocation); in ReleaseLock() 169 AllocationMap::const_iterator it = allocations_.Peek(allocation); in IsRegisteredForTest() 176 AllocationMap::const_iterator it = allocations_.Peek(allocation); in CanBePurgedForTest() 224 for (AllocationMap::reverse_iterator it = allocations_.rbegin(); in PurgeIfNotUsedSinceTimestampUntilUsageIsWithinLimitWithLockAcquired()
|
D | discardable_memory_manager.h | 142 typedef HashingMRUCache<Allocation*, AllocationInfo> AllocationMap; 175 AllocationMap allocations_;
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | heap-profile-table.h | 248 typedef AddressMap<AllocValue> AllocationMap; typedef 278 void DeallocateAllocationMap(AllocationMap* allocation); 337 AllocationMap* allocations); 364 AllocationMap* alloc_address_map_; 365 AllocationMap* mmap_address_map_; 399 AllocationMap map_;
|
D | heap-profile-table.cc | 142 new(alloc_(sizeof(AllocationMap))) AllocationMap(alloc_, dealloc_); in HeapProfileTable() 157 void HeapProfileTable::DeallocateAllocationMap(AllocationMap* allocation) { in DeallocateAllocationMap() 159 alloc_address_map_->~AllocationMap(); in DeallocateAllocationMap() 369 new(alloc_(sizeof(AllocationMap))) AllocationMap(alloc_, dealloc_); in RefreshMMapData() 393 mmap_address_map_->~AllocationMap(); in ClearMMapData() 505 AllocationMap* allocations) { in WriteProfile()
|
/external/lldb/include/lldb/Expression/ |
D | IRMemoryMap.h | 115 typedef std::map<lldb::addr_t, Allocation> AllocationMap; typedef 116 AllocationMap m_allocations; 120 AllocationMap::iterator FindAllocation (lldb::addr_t addr, size_t size);
|
/external/lldb/source/Expression/ |
D | IRMemoryMap.cpp | 34 AllocationMap::iterator iter; in ~IRMemoryMap() 105 IRMemoryMap::AllocationMap::iterator 111 AllocationMap::iterator iter = m_allocations.lower_bound (addr); in FindAllocation() 133 AllocationMap::iterator iter = m_allocations.lower_bound (addr); in IntersectsAllocation() 359 AllocationMap::iterator iter = m_allocations.find(process_address); in Leak() 378 AllocationMap::iterator iter = m_allocations.find(process_address); in Free() 428 AllocationMap::iterator iter = FindAllocation(process_address, size); in WriteMemory() 549 AllocationMap::iterator iter = FindAllocation(process_address, size); in ReadMemory() 697 AllocationMap::iterator iter = FindAllocation(process_address, size); in GetMemoryData()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | heap-profile-table.h | 280 typedef AddressMap<AllocValue> AllocationMap; typedef 446 AllocationMap* allocations); 468 AllocationMap* address_map_; 502 AllocationMap map_;
|
D | deep-heap-profile.h | 82 typedef HeapProfileTable::AllocationMap AllocationMap; typedef
|
D | heap-profile-table.cc | 146 new(alloc_(sizeof(AllocationMap))) AllocationMap(alloc_, dealloc_); in HeapProfileTable() 155 address_map_->~AllocationMap(); in ~HeapProfileTable() 561 AllocationMap* allocations) { in WriteProfile()
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | turnserver.h | 123 typedef std::map<Connection, Allocation*> AllocationMap; typedef 182 AllocationMap allocations_;
|
D | turnserver.cc | 215 for (AllocationMap::iterator it = allocations_.begin(); in ~TurnServer() 511 AllocationMap::const_iterator it = allocations_.find(*conn); in FindAllocation() 582 AllocationMap::iterator it = allocations_.find(*(allocation->conn())); in OnAllocationDestroyed()
|
/external/chromium_org/net/disk_cache/blockfile/ |
D | block_files_unittest.cc | 303 TEST_F(DiskCacheTest, AllocationMap) { in TEST_F() argument
|