]> git.corax.cc Git - corax/commit
libc: Add simple mmap() based heap implementation
authorMatthias Kruk <m@m10k.eu>
Sun, 9 Aug 2020 07:23:27 +0000 (16:23 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 9 Aug 2020 07:23:27 +0000 (16:23 +0900)
commit753f16e01cf9263257af734ed9dae64f3a95a970
tree6ea79dc9cf71cbab295f45428a8f749fe3eeb4d9
parent59e5e9901dc80fdcadd1818efe650495a0efb15d
libc: Add simple mmap() based heap implementation
include/stdlib.h [new file with mode: 0644]
libc/Makefile
libc/heap.c [new file with mode: 0644]
libc/heap.h [new file with mode: 0644]
libc/stdlib.c [new file with mode: 0644]