rtems-tools/linkers/libc.ini
Chris Johns 7fc1edba20 rtems-tld: Add configuration support for libc head tracing.
These files allow you to trace malloc, calloc, realloc and free.
With a simple script you can see what is allocated and never freed.
2014-12-18 15:07:59 +11:00

18 lines
303 B
INI
Executable File

;
; RTEMS C Library Trace Configurations
;
[libc]
headers = libc-headers
defines = libc-defines
; Heap
include = libc-heap.ini
signatures = libc-heap-signatures
[libc-headers]
header = "#include <stddef.h>"
header = "#include <stdlib.h>"
header = "#include <stdio.h>"
[libc-defines]
; Currently empty