summaryrefslogtreecommitdiff
path: root/firmware/include/buflib.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/buflib.h')
-rw-r--r--firmware/include/buflib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/include/buflib.h b/firmware/include/buflib.h
index e805ebbf1b..5bd8d73ada 100644
--- a/firmware/include/buflib.h
+++ b/firmware/include/buflib.h
@@ -65,7 +65,7 @@ struct buflib_context
65 * BUFLIB_ALLOC_OVERHEAD + requested bytes + strlen(<name passed to 65 * BUFLIB_ALLOC_OVERHEAD + requested bytes + strlen(<name passed to
66 * buflib_alloc_ex()) + pad to pointer size 66 * buflib_alloc_ex()) + pad to pointer size
67 */ 67 */
68#define BUFLIB_ALLOC_OVERHEAD (6*sizeof(union buflib_data)) 68#define BUFLIB_ALLOC_OVERHEAD (5*sizeof(union buflib_data))
69 69
70/** 70/**
71 * Callbacks used by the buflib to inform allocation that compaction 71 * Callbacks used by the buflib to inform allocation that compaction