Home | History | Annotate | Download | only in src

Lines Matching full:freespace

802   V(FreeSpace)                                 \
3606 // FreeSpace represents fixed sized areas of the heap that are not currently in
3608 class FreeSpace: public HeapObject {
3617 static inline FreeSpace* cast(Object* obj);
3637 DISALLOW_IMPLICIT_CONSTRUCTORS(FreeSpace);