Home
last modified time | relevance | path

Searched refs:AllocFromNewArena (Results 1 – 2 of 2) sorted by relevance

/art/libartbase/base/
Darena_allocator.h275 return AllocFromNewArena(bytes);
295 return AllocFromNewArena(bytes);
368 uint8_t* AllocFromNewArena(size_t bytes);
Darena_allocator.cc272 uint8_t* ArenaAllocator::AllocFromNewArena(size_t bytes) { in AllocFromNewArena() function in art::ArenaAllocator
297 uint8_t* ret = AllocFromNewArena(bytes); in AllocFromNewArenaWithMemoryTool()