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.h72 class ArenaPool; variable
/art/runtime/base/
Darena_allocator.h33 class ArenaPool; variable
235 friend class ArenaPool; variable
Darena_allocator.cc275 ArenaPool::ArenaPool(bool use_malloc, bool low_4gb, const char* name) in ArenaPool() function in art::ArenaPool