Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc92 size_t max_num_of_pages = max_capacity_ / kPageSize; in RosAlloc() local
95 RoundUp(max_num_of_pages, kPageSize), in RosAlloc()
102 max_page_map_size_ = max_num_of_pages; in RosAlloc()