Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc484 const char* space_name = is_zygote ? kZygoteSpaceName : kNonMovingSpaceName; in Heap() local
490 heap_reservation.Begin(), space_name, PROT_READ | PROT_WRITE, &error_str); in Heap()
493 space_name, request_begin, non_moving_space_capacity, &error_str); in Heap()