Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.h723 static size_t dedicated_full_run_storage_[]; variable
Drosalloc.cc51 size_t RosAlloc::dedicated_full_run_storage_[kPageSize / sizeof(size_t)] = { 0 }; member in art::gc::allocator::RosAlloc
53 reinterpret_cast<RosAlloc::Run*>(dedicated_full_run_storage_);