unswept_free_bytes_ 2235 src/spaces.cc    unswept_free_bytes_ = 0;
unswept_free_bytes_ 1496 src/spaces.h       ASSERT(!IsSweepingComplete() || (unswept_free_bytes_ == 0));
unswept_free_bytes_ 1497 src/spaces.h       return Size() - unswept_free_bytes_ - (limit() - top());
unswept_free_bytes_ 1586 src/spaces.h       ASSERT(unswept_free_bytes_ == 0);
unswept_free_bytes_ 1592 src/spaces.h       unswept_free_bytes_ += by;
unswept_free_bytes_ 1597 src/spaces.h       unswept_free_bytes_ += (p->area_size() - p->LiveBytes());
unswept_free_bytes_ 1602 src/spaces.h       unswept_free_bytes_ -= (p->area_size() - p->LiveBytes());
unswept_free_bytes_ 1665 src/spaces.h     intptr_t unswept_free_bytes_;