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.h68 class ArenaPool; variable
/art/runtime/base/
Darena_allocator.h31 class ArenaPool; variable
155 friend class ArenaPool; variable
Darena_allocator.cc163 ArenaPool::ArenaPool(bool use_malloc, bool low_4gb) in ArenaPool() function in art::ArenaPool