summaryrefslogtreecommitdiff
path: root/libgcompat/malloc.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-08string: check NULL before using src here, tooA. Wilcox1-1/+1
2019-05-08malloc: use posix_memalign instead of deprecated memalignA. Wilcox1-1/+4
2019-04-08malloc: Add mtrace and muntrace stubsA. Wilcox1-0/+12
2018-04-03malloc: add malloc_trim functionElizabeth Myers1-0/+6
2018-02-01malloc: add __sbrkA. Wilcox1-0/+6
2018-01-14malloc: Sort functions by nameSamuel Holland1-16/+18
2018-01-14libgcompat: Add and use a macro for defining symbol aliasesSamuel Holland1-8/+6
2018-01-14global: Format the code consistentlySamuel Holland1-21/+23
2017-10-15malloc: add __libc_memalignA. Wilcox1-0/+6
2017-10-15malloc: add __libc_{m,c,re}alloc and __libc_free aliasesA. Wilcox1-0/+27
2017-06-14move all compatibility library stuff into libgcompat/William Pitcock1-0/+46