C: region-based memory management -


i'm looking detailed description of memory management mechanisms c applications, region-based memory management. can't find in-depth articles/books/tutorials :(

could please point me right direction?

good reference original doom source code (zone memory allocator, see here http://doom.wikia.com/wiki/zone_memory)

further development quake1 source code (hunk/zone malloc).

not tutorial, nice implementation.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -