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

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
low_level_alloc.h 55 static void *AllocWithArena(size_t request, Arena *arena)
low_level_alloc.cc 307 new (AllocWithArena(sizeof (*result), meta_data_arena)) Arena(0);
509 void *LowLevelAlloc::AllocWithArena(size_t request, Arena *arena) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
low_level_alloc.h 55 static void *AllocWithArena(size_t request, Arena *arena)
low_level_alloc.cc 307 new (AllocWithArena(sizeof (*result), meta_data_arena)) Arena(0);
509 void *LowLevelAlloc::AllocWithArena(size_t request, Arena *arena) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
type_profiler_map.cc 54 return LowLevelAlloc::AllocWithArena(bytes, g_type_profiler_map_memory);
memory_region_map.h 253 return LowLevelAlloc::AllocWithArena(n, arena_);
heap-profiler.cc 190 return LowLevelAlloc::AllocWithArena(bytes, heap_profiler_memory);
heap-checker.cc 314 void* p = LowLevelAlloc::AllocWithArena(n, arena_);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
low_level_alloc_unittest.cc 106 : LowLevelAlloc::AllocWithArena(block_desc.len, arena));
  /external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.h 229 return LowLevelAlloc::AllocWithArena(n, arena_);
heap-profiler.cc 141 return LowLevelAlloc::AllocWithArena(bytes, heap_profiler_memory);
heap-checker.cc 314 void* p = LowLevelAlloc::AllocWithArena(n, arena_);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
low_level_alloc_unittest.cc 106 : LowLevelAlloc::AllocWithArena(block_desc.len, arena));

Completed in 239 milliseconds