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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
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.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) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
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.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) {

Completed in 416 milliseconds