aboutsummaryrefslogtreecommitdiffstats
path: root/src/malloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-20more etymologyMattias Andrée1-0/+24
2015-11-19fix issue #4Mattias Andrée1-0/+2
2015-11-18typoMattias Andrée1-1/+1
2015-11-17whitespaceMattias Andrée1-0/+1
2015-11-16mMattias Andrée1-1/+1
2015-11-16add macros for overflow checkMattias Andrée1-10/+5
2015-11-14m doc malloczMattias Andrée1-0/+4
2015-11-14m malloc.cMattias Andrée1-4/+12
2015-11-14add malloczMattias Andrée1-0/+25
2015-10-18the pointer returned by malloc is alignedMattias Andrée1-3/+29
2015-10-17fix errorsMattias Andrée1-2/+10
2015-10-11add zallocMattias Andrée1-0/+25
2015-09-03remove some todosMattias Andrée1-1/+0
2015-08-30add malloc_usable_sizeMattias Andrée1-0/+15
2015-08-30malloc: add overflow checks and add aligned alloc-functionsMattias Andrée1-5/+180
2015-08-30move memory allocation functions to malloc.hMattias Andrée1-0/+0
2015-08-30add memory allocation functionsMattias Andrée1-0/+134