From 74df5748fb0b1b2fdb3098be76cb671e5204a845 Mon Sep 17 00:00:00 2001 From: Matthew Sotoudeh Date: Thu, 16 May 2024 03:25:25 -0700 Subject: attempt at a preallocation feature --- README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 627e531..ed6ef3b 100644 --- a/README +++ b/README @@ -25,8 +25,7 @@ Caveats are: 4. We do not (yet) support some common allocator features, including realloc and reserving a specific subregion (e.g., device MMIO - addresses). We expect to support these soon, although they may require - adding an extra ~8 bytes to the minimum allocation size. + addresses). 5. Some advanced allocator features, e.g., iterating over allocated regions or attempting to dynamically improve cache locality, are not supported. -- cgit v1.2.3