From b99598490992cd58167d4b41feb1924888de2b07 Mon Sep 17 00:00:00 2001 From: Joe Bryan Date: Tue, 29 Jan 2019 16:46:09 -0500 Subject: [PATCH] adds comment explaining u3a_minimum --- include/noun/allocate.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/noun/allocate.h b/include/noun/allocate.h index 19c2c7d1a8..0259ee5eca 100644 --- a/include/noun/allocate.h +++ b/include/noun/allocate.h @@ -25,6 +25,8 @@ # define u3a_bytes (c3_w)((1 << (2 + u3a_bits))) /* u3a_minimum: minimum number of words in a box. + ** + ** wiseof(u3a_cell) + wiseof(u3a_box) + 1 (trailing siz_w) */ #ifdef U3_MEMORY_DEBUG # define u3a_minimum 8