Have any of you created a program that can determine the state of the Heap. In other words, is there a lot of holes from freed memory in between allocated memory ?
I guess the term for this is Heap Compaction, and I am interested in how this is achieved.
