aboutsummaryrefslogtreecommitdiff
path: root/src/malloc/mallocng/donate.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Setup stub unit test infrastructureEuAndreh2024-01-051-0/+8
|
* 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.