HomeSort by relevance Sort by last modified time
    Searched defs:ArenaPool (Results 1 - 2 of 2) sorted by null

  /art/runtime/base/
arena_allocator.cc 200 ArenaPool::ArenaPool(bool use_malloc, bool low_4gb, const char* name)
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::FreeArenaChain(Arena* first)
    [all...]
arena_allocator.h 32 class ArenaPool;
231 friend class ArenaPool;
259 class ArenaPool {
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* GetArenaPool() const
    [all...]

Completed in 174 milliseconds