Lines Matching full:freespace
927 FreeSpace::cast(obj)->size() == AreaSize()) {
1791 // is big enough to be a FreeSpace with at least one extra word (the next
1797 if (size_in_bytes > FreeSpace::kHeaderSize) {
1799 // Can't use FreeSpace::cast because it fails during deserialization.
1800 FreeSpace* this_as_free_space = reinterpret_cast<FreeSpace*>(this);
1944 available_ -= reinterpret_cast<FreeSpace*>(cur_node)->Size();
1952 FreeSpace* cur_as_free_space = reinterpret_cast<FreeSpace*>(*cur);
2044 FreeSpace* free_space = reinterpret_cast<FreeSpace*>(n);
2071 FreeSpace* free_space = reinterpret_cast<FreeSpace*>(*n);
2102 FreeSpace* cur_as_free_space = reinterpret_cast<FreeSpace*>(cur);