about summary refs log tree commit diff
path: root/src/malloc/mallocng/donate.c
Commit message (Collapse)AuthorAgeFilesLines
* add glue code for mallocng mergeRich Felker2020-06-291-0/+39
this includes both an implementation of reclaimed-gap donation from ldso and a version of mallocng's glue.h with namespace-safe linkage to underlying syscalls, integration with AT_RANDOM initialization, and internal locking that's optimized out when the process is single-threaded.