summaryrefslogtreecommitdiff
path: root/buddy.h
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthew@masot.net>2024-05-16 04:07:11 -0700
committerMatthew Sotoudeh <matthew@masot.net>2024-05-16 04:07:11 -0700
commitbe985883c11087e1d8a5f3d973839869dc045407 (patch)
tree8dbdad5e2060f57ec29321f105d8794356d0485e /buddy.h
parent74df5748fb0b1b2fdb3098be76cb671e5204a845 (diff)
bug fixes, reallocate, and reserve
Diffstat (limited to 'buddy.h')
-rw-r--r--buddy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/buddy.h b/buddy.h
index 45e62a7..c1da8eb 100644
--- a/buddy.h
+++ b/buddy.h
@@ -15,4 +15,4 @@ void debug_buddy(void);
// "advanced features"
void *reallocate(void *old, size_t old_size, size_t new_size);
-void preallocate(void *start, size_t size);
+int reserve(void *start, size_t size);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback