Searched defs:ArenaPool (Results 1 - 2 of 2) sorted by relevance

/art/runtime/base/
H A Darena_allocator.cc200 ArenaPool::ArenaPool(bool use_malloc, bool low_4gb, const char* name) function in class:art::ArenaPool
214 ArenaPool::~ArenaPool() {
218 void ArenaPool::ReclaimMemory() {
226 void ArenaPool::LockReclaimMemory() {
231 Arena* ArenaPool::AllocArena(size_t size) {
249 void ArenaPool::TrimMaps() {
260 size_t ArenaPool::GetBytesAllocated() const {
269 void ArenaPool
[all...]
H A Darena_allocator.h32 class ArenaPool;
231 friend class ArenaPool;
259 class ArenaPool { class in namespace:art
261 ArenaPool(bool use_malloc = true,
264 ~ArenaPool();
280 DISALLOW_COPY_AND_ASSIGN(ArenaPool);
285 // Memory is allocated from ArenaPool in large chunks and then rationed through
286 // the ArenaAllocator. It's returned to the ArenaPool only when the ArenaAllocator
291 explicit ArenaAllocator(ArenaPool* pool);
359 ArenaPool* GetArenaPoo
[all...]

Completed in 258 milliseconds