Index of /src/malloc_replacements

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2012-12-19 19:34 308  
[TXT]zonemalloc.h2012-12-19 12:46 618  
[TXT]paramalloc.h2012-12-19 12:46 862  
[TXT]paramalloc.c2012-12-19 12:46 3.4K 
[TXT]zonemalloc.c2012-12-19 12:46 5.3K 

paramalloc - paranoid version of malloc/calloc/free/realloc

	C memory management debugging tool. 
	Detects overrun, double free and NULL free errors.

zonemalloc - enhanced malloc functionaly

	You can allocate memory by group (called 'zone') and drop (free) 
	that group via a single command.