aboutsummaryrefslogtreecommitdiffstats
path: root/include/malloc.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-25tell in doc in which version things were introducedMattias Andrée1-0/+26
2015-11-20more etymologyMattias Andrée1-0/+24
2015-11-18typoMattias Andrée1-1/+1
2015-11-14m doc malloczMattias Andrée1-0/+4
2015-11-14add malloczMattias Andrée1-0/+21
2015-10-18the pointer returned by malloc is alignedMattias Andrée1-1/+5
2015-10-18mMattias Andrée1-1/+1
2015-10-18mMattias Andrée1-8/+4
2015-10-18feature-test macrosMattias Andrée1-3/+9
2015-10-18malloc.h should be included via stdlib.hMattias Andrée1-0/+4
2015-10-17improve attributesMattias Andrée1-10/+10
2015-10-17fix errorsMattias Andrée1-2/+2
2015-10-12simplified feature-test macrosMattias Andrée1-8/+8
2015-10-11add zallocMattias Andrée1-0/+25
2015-08-31add _LIBRARY_HEADERMattias Andrée1-6/+4
2015-08-30add todos about adding mallopt and mallinfoMattias Andrée1-0/+2
2015-08-30add malloc_usable_sizeMattias Andrée1-0/+15
2015-08-30malloc: add overflow checks and add aligned alloc-functionsMattias Andrée1-2/+127
2015-08-30move memory allocation functions to malloc.hMattias Andrée1-38/+25
2015-08-30add memory allocation functionsMattias Andrée1-0/+134