1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/malloc_thread_safe
Marian Buschsieweke 7ce641f110
sys/malloc_tracing: add module to trace dyn memory management
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.
2022-11-15 12:59:46 +01:00
..
doc.txt sys/malloc_thread_safe: split out of cpu/atmega_common 2020-12-17 15:39:05 +01:00
Kconfig sys/malloc_tracing: add module to trace dyn memory management 2022-11-15 12:59:46 +01:00
Makefile sys/malloc_thread_safe: split out of cpu/atmega_common 2020-12-17 15:39:05 +01:00
Makefile.include sys/malloc_thread_safe: split out of cpu/atmega_common 2020-12-17 15:39:05 +01:00
malloc_wrappers.c sys/malloc_tracing: add module to trace dyn memory management 2022-11-15 12:59:46 +01:00