summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthew@masot.net>2024-05-16 02:47:50 -0700
committerMatthew Sotoudeh <matthew@masot.net>2024-05-16 02:47:50 -0700
commitb4891cf13848e1bee1068565037ae65b58edab84 (patch)
tree77ae23106c50f9751588aebd062050ddbe786254
parentea94ea921c683a4bc41841949d867706b30f9f33 (diff)
implementation idea
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
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.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback