Algorithms_in_C
1.0.0
Set of algorithms implemented in C.
|
Files | |
file | malloc_dbg.c |
This file contains malloc_dbg, calloc_dbg, free_dbg and printLeaks implementations. | |
file | malloc_dbg.h [code] |
Header file that contains macros used to replace malloc/calloc and free. | |
file | test_malloc_dbg.c |
File used to test the malloc_dbg, calloc_dbg and free_dbg functions. | |