Open allanlw opened 7 years ago
There is no API to allocate 2MB or 1GB pages so user-land developers are forced to use minuscule 4KB pages everywhere.
The main obstacle here is making the memory allocator work well with this. If you have a good solution, I'd love to hear it.
There is no API to allocate 2MB or 1GB pages so user-land developers are forced to use minuscule 4KB pages everywhere.