Home
last modified time | relevance | path

Searched refs:AllocWithMemoryTool (Results 1 – 4 of 4) sorted by relevance

/art/runtime/base/
Dscoped_arena_allocator.h90 return AllocWithMemoryTool(bytes, kind); in Alloc()
110 void* AllocWithMemoryTool(size_t bytes, ArenaAllocKind kind);
Darena_allocator.h305 return AllocWithMemoryTool(bytes, kind);
366 void* AllocWithMemoryTool(size_t bytes, ArenaAllocKind kind);
Dscoped_arena_allocator.cc93 void* ArenaStack::AllocWithMemoryTool(size_t bytes, ArenaAllocKind kind) { in AllocWithMemoryTool() function in art::ArenaStack
Darena_allocator.cc318 void* ArenaAllocator::AllocWithMemoryTool(size_t bytes, ArenaAllocKind kind) { in AllocWithMemoryTool() function in art::ArenaAllocator