Home
last modified time | relevance | path

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

/art/libartbase/base/
Darena_allocator.cc230 ret = AllocFromNewArenaWithMemoryTool(rounded_bytes); in AllocWithMemoryTool()
253 ret = AllocFromNewArenaWithMemoryTool(rounded_bytes); in AllocWithMemoryToolAlign16()
295 uint8_t* ArenaAllocator::AllocFromNewArenaWithMemoryTool(size_t bytes) { in AllocFromNewArenaWithMemoryTool() function in art::ArenaAllocator
Darena_allocator.h368 uint8_t* AllocFromNewArenaWithMemoryTool(size_t bytes);