Searched refs:heap_end (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc335 // Add the space so its accounted for in the heap_begin and heap_end.
353 byte* heap_end = continuous_spaces_.back()->Limit(); local
354 size_t heap_capacity = heap_end - heap_begin;

Completed in 33 milliseconds