summaryrefslogtreecommitdiff
path: root/src/malloc/mallocng/donate.c
AgeCommit message (Collapse)AuthorLines
2020-06-29add glue code for mallocng mergeRich Felker-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.