Home
last modified time | relevance | path

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

/art/libartbase/base/
Dscoped_arena_allocator.h97 return AllocWithMemoryTool(bytes, kind); in Alloc()
117 void* AllocWithMemoryTool(size_t bytes, ArenaAllocKind kind);
Darena_allocator.h269 return AllocWithMemoryTool(bytes, kind);
365 void* AllocWithMemoryTool(size_t bytes, ArenaAllocKind kind);
Dscoped_arena_allocator.cc92 void* ArenaStack::AllocWithMemoryTool(size_t bytes, ArenaAllocKind kind) { in AllocWithMemoryTool() function in art::ArenaStack
Darena_allocator.cc222 void* ArenaAllocator::AllocWithMemoryTool(size_t bytes, ArenaAllocKind kind) { in AllocWithMemoryTool() function in art::ArenaAllocator