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

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

Completed in 30 milliseconds