From b4891cf13848e1bee1068565037ae65b58edab84 Mon Sep 17 00:00:00 2001 From: Matthew Sotoudeh Date: Thu, 16 May 2024 02:47:50 -0700 Subject: implementation idea --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index dde8ccf..627e531 100644 --- a/README +++ b/README @@ -25,7 +25,8 @@ 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. + addresses). We expect to support these soon, although they may require + adding an extra ~8 bytes to the minimum allocation size. 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