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

/art/runtime/gc/
H A Dheap.h1083 // Reuse max_free_ for the native allocation gc watermark, so that the
1085 // where the gc watermark update would exceed max_free_. Using max_free_
1088 return max_free_;
1333 size_t max_free_; member in class:art::gc::Heap

Completed in 578 milliseconds