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

  /art/runtime/base/
arena_allocator.cc 412 ret = AllocFromNewArenaWithMemoryTool(rounded_bytes);
435 ret = AllocFromNewArenaWithMemoryTool(rounded_bytes);
477 uint8_t* ArenaAllocator::AllocFromNewArenaWithMemoryTool(size_t bytes) {
arena_allocator.h 392 uint8_t* AllocFromNewArenaWithMemoryTool(size_t bytes);

Completed in 3580 milliseconds