Home | History | Annotate | Download | only in src

Lines Matching full:freespace

2004   // is big enough to be a FreeSpace with at least one extra word (the next
2010 if (size_in_bytes > FreeSpace::kHeaderSize) {
2011 // Can't use FreeSpace::cast because it fails during deserialization.
2015 FreeSpace* this_as_free_space = reinterpret_cast<FreeSpace*>(this);
2109 FreeSpace* free_space = reinterpret_cast<FreeSpace*>(*n);
2142 available_ -= reinterpret_cast<FreeSpace*>(node)->Size();
2148 *node_size = reinterpret_cast<FreeSpace*>(node)->Size();
2301 int size = reinterpret_cast<FreeSpace*>(cur_node)->Size();
2315 FreeSpace* cur_as_free_space = reinterpret_cast<FreeSpace*>(*cur);
2486 FreeSpace* cur_as_free_space = reinterpret_cast<FreeSpace*>(cur);