Memory Defragmentation

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
rverma

Memory Defragmentation

Post by rverma »

Does any one has any idea, how to implement memory defragmentation in Flat Memory Model. I would like to know if any one knows how to modify the user access to the moved memory when memory is defraged using Garbage Collection or other Algo.
User avatar
Neo
Member
Member
Posts: 842
Joined: Wed Oct 18, 2006 9:01 am

RE:Memory Defragmentation

Post by Neo »

The key to memory defragmentation is not to fragment the memory in the first place, if it is possible in the type of project you're working on.  Write good code and a good memory manager to keep memory clean an neat.
Only Human
Post Reply