1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 05:57:44 +00:00

Add a simple StringBuilder::appendf() and use it for ProcFS.

Okay, now ProcFS doesn't crash due to the crappy buffer size estimates
not really working out. This thing has dogshit performance and I will
fix that separately.
This commit is contained in:
Andreas Kling 2019-01-18 02:41:27 +01:00
parent dad58db757
commit 074edffc44
4 changed files with 83 additions and 116 deletions

View file

@ -167,7 +167,6 @@ class MemoryManager {
friend class Region;
friend class VMObject;
friend ByteBuffer procfs$mm();
friend ByteBuffer procfs$regions();
public:
static MemoryManager& the() PURE;