コード例 #1
0
void EdenSpace::clear(bool mangle_space) {
  ContiguousSpace::clear(mangle_space);
  set_soft_end(end());
}
コード例 #2
0
void EdenSpace::clear() {
  ContiguousSpace::clear();
  set_soft_end(end());
}