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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.h 96 typedef void (*DeAllocator)(void* ptr);
100 HeapProfileTable(Allocator alloc, DeAllocator dealloc, bool profile_mmap);
452 DeAllocator dealloc_;
504 Snapshot(Allocator alloc, DeAllocator dealloc) : map_(alloc, dealloc) {
addressmap-inl.h 106 typedef void (*DeAllocator)(void* ptr);
109 // Create an AddressMap that uses the specified allocator/deallocator.
110 // The allocator/deallocator should behave like malloc/free.
112 AddressMap(Allocator alloc, DeAllocator dealloc);
243 // pass in custom memory allocator/deallocator routines.
251 DeAllocator dealloc_; // The deallocator
270 AddressMap<Value>::AddressMap(Allocator alloc, DeAllocator dealloc)
deep-heap-profile.h 260 HeapProfileTable::DeAllocator dealloc);
294 HeapProfileTable::DeAllocator dealloc_;
deep-heap-profile.cc 605 HeapProfileTable::DeAllocator dealloc)
    [all...]
heap-profile-table.cc 131 DeAllocator dealloc,
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h 93 typedef void (*DeAllocator)(void* ptr);
97 HeapProfileTable(Allocator alloc, DeAllocator dealloc);
343 DeAllocator dealloc_;
401 Snapshot(Allocator alloc, DeAllocator dealloc) : map_(alloc, dealloc) {
addressmap-inl.h 106 typedef void (*DeAllocator)(void* ptr);
109 // Create an AddressMap that uses the specified allocator/deallocator.
110 // The allocator/deallocator should behave like malloc/free.
112 AddressMap(Allocator alloc, DeAllocator dealloc);
243 // pass in custom memory allocator/deallocator routines.
251 DeAllocator dealloc_; // The deallocator
270 AddressMap<Value>::AddressMap(Allocator alloc, DeAllocator dealloc)
heap-profile-table.cc 125 HeapProfileTable::HeapProfileTable(Allocator alloc, DeAllocator dealloc)

Completed in 248 milliseconds