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

  /art/runtime/base/
arena_allocator.h 298 return AllocFromNewArena(bytes);
318 return AllocFromNewArena(bytes);
391 uint8_t* AllocFromNewArena(size_t bytes);
arena_allocator.cc 453 uint8_t* ArenaAllocator::AllocFromNewArena(size_t bytes) {
478 uint8_t* ret = AllocFromNewArena(bytes);

Completed in 53 milliseconds