Scan dynamic libraries for GC roots
[delight/core.git] / phobos2 / gcstats.d
blob4a0f9bbef81ea46e7a13db9a292fc71df0133cdb
1 // Copyright (c) 1999-2002 by Digital Mars
2 // All Rights Reserved
3 // written by Walter Bright
4 // www.digitalmars.com
6 struct GCStats
8 size_t poolsize; // total size of pool
9 size_t usedsize; // bytes allocated
10 size_t freeblocks; // number of blocks marked FREE
11 size_t freelistsize; // total of memory on free lists
12 size_t pageblocks; // number of blocks marked PAGE