Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc120 size_t capacity, size_t non_moving_space_capacity, const std::string& image_file_name, in Heap() argument
241 CHECK_GE(300 * MB, non_moving_space_capacity); in Heap()
242 requested_alloc_space_begin = reinterpret_cast<uint8_t*>(300 * MB) - non_moving_space_capacity; in Heap()
297 request_begin += non_moving_space_capacity; in Heap()
311 non_moving_space_capacity, PROT_READ | PROT_WRITE, true, false, in Heap()
Dheap.h174 size_t non_moving_space_capacity,