aboutsummaryrefslogtreecommitdiffstats
path: root/src/malloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* the pagesize shall be retrieved in crt0 to avoid an unnecessary branching in calls to malloc-functionsMattias Andrée2015-12-161-0/+1
* fix issue #6 on githubMattias Andrée2015-12-161-2/+21
* tell in doc in which version things were introducedMattias Andrée2015-11-251-0/+26
* more etymologyMattias Andrée2015-11-201-0/+24
* fix issue #4Mattias Andrée2015-11-191-0/+2
* typoMattias Andrée2015-11-181-1/+1
* whitespaceMattias Andrée2015-11-171-0/+1
* mMattias Andrée2015-11-161-1/+1
* add macros for overflow checkMattias Andrée2015-11-161-10/+5
* m doc malloczMattias Andrée2015-11-141-0/+4
* m malloc.cMattias Andrée2015-11-141-4/+12
* add malloczMattias Andrée2015-11-141-0/+25
* the pointer returned by malloc is alignedMattias Andrée2015-10-181-3/+29
* fix errorsMattias Andrée2015-10-171-2/+10
* add zallocMattias Andrée2015-10-111-0/+25
* remove some todosMattias Andrée2015-09-031-1/+0
* add malloc_usable_sizeMattias Andrée2015-08-301-0/+15
* malloc: add overflow checks and add aligned alloc-functionsMattias Andrée2015-08-301-5/+180
* move memory allocation functions to malloc.hMattias Andrée2015-08-301-0/+134