Home
last modified time | relevance | path

Searched refs:low_4gb_arena_pool_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.cc498 low_4gb_arena_pool_.reset(); in ~Runtime()
1476 low_4gb_arena_pool_.reset(new MemMapArenaPool(/* low_4gb= */ true)); in Init()
2759 ? new LinearAlloc(low_4gb_arena_pool_.get()) in CreateLinearAlloc()
Druntime.h1085 std::unique_ptr<ArenaPool> low_4gb_arena_pool_; variable