mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09:00
![]() 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 |