Home | History | Annotate | Download | only in heap

Lines Matching defs:area_size

633   int area_size() { return static_cast<int>(area_end() - area_start()); }
1836 unswept_free_bytes_ += (p->area_size() - p->LiveBytes());
1843 unswept_free_bytes_ -= (p->area_size() - p->LiveBytes());