aboutsummaryrefslogtreecommitdiffstats
path: root/src/slibc-alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add rememalign: realloc with configurable alignmentMattias Andrée2015-10-181-7/+78
* improve attributesMattias Andrée2015-10-171-1/+1
* fix errorsMattias Andrée2015-10-171-37/+40
* mMattias Andrée2015-10-161-1/+1
* fix realloc + add extalloc and naive_extallocMattias Andrée2015-10-161-1/+68
* add custom_reallocMattias Andrée2015-10-161-0/+35
* typoMattias Andrée2015-10-161-1/+1
* typoMattias Andrée2015-10-161-3/+3
* limitations on allocsizeMattias Andrée2015-10-161-0/+5
* mMattias Andrée2015-09-031-1/+1
* malloc: add overflow checks and add aligned alloc-functionsMattias Andrée2015-08-301-5/+6
* add memory allocation functionsMattias Andrée2015-08-301-6/+143
* add slibc-alloc.hMattias Andrée2015-08-301-0/+50