Searched refs:AllocFromNewArena (Results 1 – 2 of 2) sorted by relevance
310 return AllocFromNewArena(bytes);367 uint8_t* AllocFromNewArena(size_t bytes);
326 ret = AllocFromNewArena(rounded_bytes); in AllocWithMemoryTool()356 uint8_t* ArenaAllocator::AllocFromNewArena(size_t bytes) { in AllocFromNewArena() function in art::ArenaAllocator