aboutsummaryrefslogtreecommitdiffstats
path: root/src/slibc-alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* docMattias Andrée2015-10-311-0/+23
* mMattias Andrée2015-10-181-2/+2
* typoMattias Andrée2015-10-181-4/+4
* doc typoMattias Andrée2015-10-181-1/+1
* beginning of implementation of fallocMattias Andrée2015-10-181-0/+129
* m docMattias Andrée2015-10-181-2/+10
* rememalign: check modeMattias Andrée2015-10-181-0/+3
* 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