mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7ce641f110
Hooking into the existing wrappers for `malloc()`, `calloc()`, `realloc()`, and `free()`, the new (pseudo) module `malloc_tracing` prints out the calls to the given functions, the program counter of the caller, as well as the return result. The intent is to aid debugging double-frees, invalid frees, or memory leaks. |
||
---|---|---|
.. | ||
doc.txt | ||
Kconfig | ||
Makefile | ||
Makefile.include | ||
malloc_wrappers.c |