mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
c8a216b107
This patch moves away from using kmalloc memory for thread kernel stacks. This reduces pressure on kmalloc (16 KB per thread adds up fast) and prevents kernel stack overflow from scribbling all over random unrelated kernel memory. |
||
---|---|---|
.. | ||
.gitignore | ||
MemoryManager.cpp | ||
MemoryManager.h | ||
PageDirectory.cpp | ||
PageDirectory.h | ||
PhysicalPage.cpp | ||
PhysicalPage.h | ||
Region.cpp | ||
Region.h | ||
VMObject.cpp | ||
VMObject.h |