aboutsummaryrefslogtreecommitdiffstats
path: root/include/malloc.h (unfollow)
Commit message (Expand)AuthorFilesLines
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