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