HomeSort by relevance Sort by last modified time
    Searched refs:AllocationMap (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h 248 typedef AddressMap<AllocValue> AllocationMap;
278 void DeallocateAllocationMap(AllocationMap* allocation);
291 // from AllocationMap::Iterate to AllocIterator.
304 // heap profile dumping. It gets passed to AllocationMap::Iterate.
337 AllocationMap* allocations);
364 AllocationMap* alloc_address_map_;
365 AllocationMap* mmap_address_map_;
399 AllocationMap map_;
heap-profile-table.cc 142 new(alloc_(sizeof(AllocationMap))) AllocationMap(alloc_, dealloc_);
157 void HeapProfileTable::DeallocateAllocationMap(AllocationMap* allocation) {
159 alloc_address_map_->~AllocationMap();
369 new(alloc_(sizeof(AllocationMap))) AllocationMap(alloc_, dealloc_);
393 mmap_address_map_->~AllocationMap();
505 AllocationMap* allocations) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.h 280 typedef AddressMap<AllocValue> AllocationMap;
376 // from AllocationMap::Iterate to AllocIterator.
403 // heap profile dumping. It gets passed to AllocationMap::Iterate.
408 // gets passed to AllocationMap::Iterate.
446 AllocationMap* allocations);
468 AllocationMap* address_map_;
502 AllocationMap map_;
deep-heap-profile.h 82 typedef HeapProfileTable::AllocationMap AllocationMap;
336 // as callback functions for AllocationMap::Iterate().
heap-profile-table.cc 143 new(alloc_(sizeof(AllocationMap))) AllocationMap(alloc_, dealloc_);
152 address_map_->~AllocationMap();
558 AllocationMap* allocations) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.h 123 typedef std::map<Connection, Allocation*> AllocationMap;
181 AllocationMap allocations_;
turnserver.cc 216 for (AllocationMap::iterator it = allocations_.begin();
511 AllocationMap::const_iterator it = allocations_.find(*conn);
581 AllocationMap::iterator it = allocations_.find(*(allocation->conn()));
    [all...]
  /external/chromium/net/disk_cache/
block_files_unittest.cc 253 TEST_F(DiskCacheTest, AllocationMap) {
  /external/chromium_org/net/disk_cache/
block_files_unittest.cc 303 TEST_F(DiskCacheTest, AllocationMap) {
  /external/chromium_org/net/disk_cache/v3/
block_bitmaps_unittest.cc 303 TEST_F(DiskCacheTest, AllocationMap) {

Completed in 942 milliseconds