Home
last modified time | relevance | path

Searched defs:ArenaPool (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dlinear_alloc.h24 class ArenaPool; variable
Druntime.h75 class ArenaPool; variable
/art/runtime/base/
Darena_allocator.h32 class ArenaPool; variable
231 friend class ArenaPool; variable
Darena_allocator.cc200 ArenaPool::ArenaPool(bool use_malloc, bool low_4gb, const char* name) in ArenaPool() function in art::ArenaPool