mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-10 13:09:55 +02:00
Everywhere: Give stbtt its own 32MB static memory pool
At boot time, we preallocate 32MB of RAM to reuse for all malloc() requests by stbtt_RenderText(), which should be more than enough for the primary use case (browsing web pages).
This commit is contained in:
@@ -23,6 +23,7 @@ WinToTop(adam_task);
|
||||
#include "FFI/LibC";
|
||||
#include "FFI/New";
|
||||
#include "FFI/ELF64";
|
||||
#include "FFI/TrueType";
|
||||
|
||||
// stb_image library
|
||||
#include "Utilities/Image";
|
||||
|
||||
Reference in New Issue
Block a user