Home | History | Annotate | Download | only in src

Lines Matching refs:cur_as_free_space

1952     FreeSpace* cur_as_free_space = reinterpret_cast<FreeSpace*>(*cur);
1953 int size = cur_as_free_space->Size();
2102 FreeSpace* cur_as_free_space = reinterpret_cast<FreeSpace*>(cur);
2103 sum += cur_as_free_space->Size();