Home | History | Annotate | Download | only in src

Lines Matching full:freespace

990   V(FreeSpace)                                 \
4508 // FreeSpace represents fixed sized areas of the heap that are not currently in
4510 class FreeSpace: public HeapObject {
4519 static inline FreeSpace* cast(Object* obj);
4522 DECLARE_PRINTER(FreeSpace)
4523 DECLARE_VERIFIER(FreeSpace)
4533 DISALLOW_IMPLICIT_CONSTRUCTORS(FreeSpace);