Home | History | Annotate | Download | only in heap

Lines Matching refs:free_chunk

2562     int free_chunk = collector->SweepInParallel(this, size_in_bytes);
2564 if (free_chunk >= size_in_bytes) {