mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
bca4b71bfa
I added a dead-simple malloc that only allows allocations < 4096 bytes. It just forwards the request to mmap() every time. I also added simplified versions of opendir() and readdir(). |
||
---|---|---|
.. | ||
.gitignore | ||
dirent.cpp | ||
dirent.h | ||
entry.cpp | ||
Makefile | ||
mman.cpp | ||
mman.h | ||
process.cpp | ||
process.h | ||
stdarg.h | ||
stdio.cpp | ||
stdio.h | ||
stdlib.cpp | ||
stdlib.h | ||
string.cpp | ||
string.h | ||
types.h | ||
unistd.cpp | ||
unistd.h |