Tagged Questions
8
votes
5answers
1k views
7
votes
5answers
1k views
Defragmenting C++ Heap Allocator & STL
I'm looking to write a self defragmenting memory manager whereby a simple incrementing heap allocator is used in combination with a simple compacting defragmenter.
The rough scheme would be to ...
1
vote
1answer
64 views
garbage collection for specific circumstances
I'm working with just the basics of garbage collection and the different algorithms of each (plus pro's con's etc..). I'm trying to determine that best garbage collection algorithm to use for ...