Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Darena_allocator.cc231 ret = AllocFromNewArenaWithMemoryTool(rounded_bytes); in AllocWithMemoryTool()
254 ret = AllocFromNewArenaWithMemoryTool(rounded_bytes); in AllocWithMemoryToolAlign16()
296 uint8_t* ArenaAllocator::AllocFromNewArenaWithMemoryTool(size_t bytes) { in AllocFromNewArenaWithMemoryTool() function in art::ArenaAllocator
H A Darena_allocator.h369 uint8_t* AllocFromNewArenaWithMemoryTool(size_t bytes);