Home | History | Annotate | Download | only in heap

Lines Matching refs:FreeSpace

1960   // is big enough to be a FreeSpace with at least one extra word (the next
1966 if (size_in_bytes > FreeSpace::kHeaderSize) {
1967 // Can't use FreeSpace::cast because it fails during deserialization.
1971 FreeSpace* this_as_free_space = reinterpret_cast<FreeSpace*>(this);
2065 FreeSpace* free_space = reinterpret_cast<FreeSpace*>(*n);
2098 available_ -= reinterpret_cast<FreeSpace*>(node)->Size();
2104 *node_size = reinterpret_cast<FreeSpace*>(node)->Size();
2255 int size = reinterpret_cast<FreeSpace*>(cur_node)->Size();
2269 FreeSpace* cur_as_free_space = reinterpret_cast<FreeSpace*>(*cur);
2440 FreeSpace* cur_as_free_space = reinterpret_cast<FreeSpace*>(cur);