commit c405036e951b50a1800fc31bd00129516bc9ae72 parent 7f6e8f10fc0f34364464822f1b9a7e613a99c3f8 Author: Ember Sawady <ecs@d2evs.net> Date: Mon, 31 Jul 2023 16:36:46 +0000 malloc: improve wording in a comment Signed-off-by: Ember Sawady <ecs@d2evs.net> Diffstat:
M | rt/malloc.ha | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rt/malloc.ha b/rt/malloc.ha @@ -24,8 +24,8 @@ def META: size = size(size); // XXX: arch def ALIGN: size = 16; -// Allocation granularity for large allocs. Only used to allow sanity-checking -// large heap pointers, doesn't necessarily need to match system page size. +// Allocation granularity for large allocs. Only used to allow verifying large +// heap pointers, doesn't necessarily need to match system page size. def PAGESZ: size = 4096; // Amount of memory to allocate at a time for chunks (2MiB).