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

  /art/runtime/base/
scoped_arena_allocator.cc 55 uint8_t* ArenaStack::AllocateFromNextArena(size_t rounded_bytes) {
100 ptr = AllocateFromNextArena(rounded_bytes);
scoped_arena_allocator.h 96 ptr = AllocateFromNextArena(rounded_bytes);
107 uint8_t* AllocateFromNextArena(size_t rounded_bytes);

Completed in 73 milliseconds