GetBytesInUse 45 MMgc/FixedAlloc-inlines.h REALLY_INLINE size_t FixedAlloc::GetBytesInUse() GetBytesInUse 99 MMgc/FixedAlloc.h size_t GetBytesInUse(); GetBytesInUse 101 MMgc/FixedMalloc-inlines.h REALLY_INLINE size_t FixedMalloc::GetBytesInUse() GetBytesInUse 132 MMgc/FixedMalloc.h size_t GetBytesInUse(); GetBytesInUse 336 MMgc/GC.cpp double H = double(gc->GetBytesInUse()); GetBytesInUse 473 MMgc/GC.cpp gcBytesUsedBeforeSweep = gc->GetBytesInUse(); GetBytesInUse 597 MMgc/GC.cpp size_t bytesInUse = gc->GetBytesInUse(); GetBytesInUse 1643 MMgc/GC.h size_t GetBytesInUse(); GetBytesInUse 163 MMgc/GCAlloc.h size_t GetBytesInUse(); GetBytesInUse 226 MMgc/GCHeap.cpp leakedBytes = GetFixedMalloc()->GetBytesInUse(); GetBytesInUse 113 MMgc/GCLargeAlloc.h size_t GetBytesInUse(); GetBytesInUse 126 extensions/ST_mmgc_basics.cpp int inuse=(int)gc->GetBytesInUse(); GetBytesInUse 129 extensions/ST_mmgc_basics.cpp verifyPass(gc->GetBytesInUse()==inuse + sizeof(MyGCObject) + DebugSize(), "gc->GetBytesInUse()==inuse + sizeof(MyGCObject) + DebugSize()", __FILE__, __LINE__); GetBytesInUse 136 extensions/ST_mmgc_basics.cpp int inuse=(int)gc->GetBytesInUse(); GetBytesInUse 138 extensions/ST_mmgc_basics.cpp verifyPass((int)gc->GetBytesInUse()>inuse, "(int)gc->GetBytesInUse()>inuse", __FILE__, __LINE__); GetBytesInUse 143 extensions/ST_mmgc_basics.cpp verifyPass((int)gc->GetBytesInUse()<=inuse, "(int)gc->GetBytesInUse()<=inuse", __FILE__, __LINE__); GetBytesInUse 157 extensions/ST_mmgc_basics.cpp verifyPass(fa->GetBytesInUse()==DebugSize()+2048, "fa->GetBytesInUse()==DebugSize()+2048", __FILE__, __LINE__); GetBytesInUse 173 extensions/ST_mmgc_basics.cpp int start=(int)fm->GetBytesInUse(); GetBytesInUse 176 extensions/ST_mmgc_basics.cpp verifyPass((int)fm->GetBytesInUse()==start, "(int)fm->GetBytesInUse()==start", __FILE__, __LINE__); GetBytesInUse 186 extensions/ST_mmgc_basics.cpp verifyPass((int)fm->GetBytesInUse()==start, "(int)fm->GetBytesInUse()==start", __FILE__, __LINE__); GetBytesInUse 191 extensions/ST_mmgc_basics.cpp verifyPass((int)fm->GetBytesInUse()==start+1024*12, "(int)fm->GetBytesInUse()==start+1024*12", __FILE__, __LINE__); GetBytesInUse 195 extensions/ST_mmgc_basics.cpp verifyPass((int)fm->GetBytesInUse()==start, "(int)fm->GetBytesInUse()==start", __FILE__, __LINE__);