summaryrefslogtreecommitdiff
path: root/buddy.h
diff options
context:
space:
mode:
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 b335019..8a2ccac 100644
--- a/buddy.h
+++ b/buddy.h
@@ -2,7 +2,7 @@
#include <stdint.h>
#include <stddef.h>
-#define MAGIC_COOKIE_BYTES 64
+#define MAGIC_COOKIE_BYTES 32
#define ADDRESS_BITS (8 * sizeof(void*))
void init_buddy(uint8_t *base, size_t size,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback