Home
last modified time | relevance | path

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

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