aboutsummaryrefslogtreecommitdiffstats
path: root/include/malloc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* tell in doc in which version things were introducedMattias Andrée2015-11-251-0/+26
* more etymologyMattias Andrée2015-11-201-0/+24
* typoMattias Andrée2015-11-181-1/+1
* m doc malloczMattias Andrée2015-11-141-0/+4
* add malloczMattias Andrée2015-11-141-0/+21
* the pointer returned by malloc is alignedMattias Andrée2015-10-181-1/+5
* mMattias Andrée2015-10-181-1/+1
* mMattias Andrée2015-10-181-8/+4
* feature-test macrosMattias Andrée2015-10-181-3/+9
* malloc.h should be included via stdlib.hMattias Andrée2015-10-181-0/+4
* improve attributesMattias Andrée2015-10-171-10/+10
* fix errorsMattias Andrée2015-10-171-2/+2
* simplified feature-test macrosMattias Andrée2015-10-121-8/+8
* add zallocMattias Andrée2015-10-111-0/+25
* add _LIBRARY_HEADERMattias Andrée2015-08-311-6/+4
* add todos about adding mallopt and mallinfoMattias Andrée2015-08-301-0/+2
* add malloc_usable_sizeMattias Andrée2015-08-301-0/+15
* malloc: add overflow checks and add aligned alloc-functionsMattias Andrée2015-08-301-2/+127
* move memory allocation functions to malloc.hMattias Andrée2015-08-301-0/+121