Home | History | Annotate | Download | only in src

Lines Matching refs:size_in_bytes

2171         int size_in_bytes = static_cast<int>(p->AllocationTop() - free_start);
2172 if (size_in_bytes > 0) {
2173 space->DeallocateBlock(free_start, size_in_bytes, false);