aboutsummaryrefslogtreecommitdiffstats
path: root/src/slibc-alloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-31docMattias Andrée1-0/+23
2015-10-18mMattias Andrée1-2/+2
2015-10-18typoMattias Andrée1-4/+4
2015-10-18doc typoMattias Andrée1-1/+1
2015-10-18beginning of implementation of fallocMattias Andrée1-0/+129
2015-10-18m docMattias Andrée1-2/+10
2015-10-18rememalign: check modeMattias Andrée1-0/+3
2015-10-18add rememalign: realloc with configurable alignmentMattias Andrée1-7/+78
2015-10-17improve attributesMattias Andrée1-1/+1
2015-10-17fix errorsMattias Andrée1-37/+40
2015-10-16mMattias Andrée1-1/+1
2015-10-16fix realloc + add extalloc and naive_extallocMattias Andrée1-1/+68
2015-10-16add custom_reallocMattias Andrée1-0/+35
2015-10-16typoMattias Andrée1-1/+1
2015-10-16typoMattias Andrée1-3/+3
2015-10-16limitations on allocsizeMattias Andrée1-0/+5
2015-09-03mMattias Andrée1-1/+1
2015-08-30malloc: add overflow checks and add aligned alloc-functionsMattias Andrée1-5/+6
2015-08-30add memory allocation functionsMattias Andrée1-6/+143
2015-08-30add slibc-alloc.hMattias Andrée1-23/+21
2015-08-29add __C11__, __C99__, __C90__, and __noreturnMattias Andrée1-2/+5
2015-08-29add stdalign.hMattias Andrée1-6/+19
2015-08-29add stdnoreturn.hMattias Andrée1-3/+13
2015-08-29add assert.hMattias Andrée1-0/+26