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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.h 123 typedef std::map<Connection, Allocation*> AllocationMap;
181 AllocationMap allocations_;
  /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_;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.h 82 typedef HeapProfileTable::AllocationMap AllocationMap;
336 // as callback functions for AllocationMap::Iterate().
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_;

Completed in 943 milliseconds