aboutsummaryrefslogtreecommitdiffstats
path: root/src/slibc-alloc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* increase readability of fallocMattias Andrée2015-11-171-42/+72
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* docMattias Andrée2015-10-311-0/+23
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-10-181-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-10-181-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* doc typoMattias Andrée2015-10-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of implementation of fallocMattias Andrée2015-10-181-0/+129
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2015-10-181-2/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* rememalign: check modeMattias Andrée2015-10-181-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add rememalign: realloc with configurable alignmentMattias Andrée2015-10-181-7/+78
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improve attributesMattias Andrée2015-10-171-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix errorsMattias Andrée2015-10-171-37/+40
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-10-161-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix realloc + add extalloc and naive_extallocMattias Andrée2015-10-161-1/+68
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add custom_reallocMattias Andrée2015-10-161-0/+35
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-10-161-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-10-161-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* limitations on allocsizeMattias Andrée2015-10-161-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-09-031-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* malloc: add overflow checks and add aligned alloc-functionsMattias Andrée2015-08-301-5/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add memory allocation functionsMattias Andrée2015-08-301-6/+143
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add slibc-alloc.hMattias Andrée2015-08-301-0/+50
Signed-off-by: Mattias Andrée <maandree@operamail.com>