Searched defs:AllocWithArena (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlow_level_alloc.cc307 new (AllocWithArena(sizeof (*result), meta_data_arena)) Arena(0);
509 void *LowLevelAlloc::AllocWithArena(size_t request, Arena *arena) { function in class:LowLevelAlloc
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlow_level_alloc.cc307 new (AllocWithArena(sizeof (*result), meta_data_arena)) Arena(0);
509 void *LowLevelAlloc::AllocWithArena(size_t request, Arena *arena) { function in class:LowLevelAlloc

Completed in 316 milliseconds