about summary refs log tree commit diff
path: root/elf/dl-libc_freeres.c
Commit message (Collapse)AuthorAgeFilesLines
* elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer2021-11-171-0/+24
This will be used to deallocate memory allocated using the non-minimal malloc. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>