summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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