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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 229 MyAllocator::Allocate(table_bytes));
255 MyAllocator::Free(bucket->stack, 0);
256 MyAllocator::Free(bucket, 0);
259 MyAllocator::Free(bucket_table_, 0);
414 MyAllocator::Allocate(key_size));
419 MyAllocator::Allocate(sizeof(HeapProfileBucket)));
524 MyAllocator::Allocate(key_size));
527 MyAllocator::Allocate(sizeof(HeapProfileBucket)));
    [all...]
memory_region_map.h 251 struct MyAllocator {
262 STL_Allocator<Region, MyAllocator> > RegionSet;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.h 227 struct MyAllocator {
238 STL_Allocator<Region, MyAllocator> > RegionSet;

Completed in 474 milliseconds