From e99f60fe8cdef48aad9aa6a1b360b600443ac659 Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 15 Jun 2026 21:19:41 -0400 Subject: add shared mutating algo --- docs/application/memory.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/application/memory.md') diff --git a/docs/application/memory.md b/docs/application/memory.md index 8340141..2689b62 100644 --- a/docs/application/memory.md +++ b/docs/application/memory.md @@ -45,6 +45,10 @@ The max size of an object in the pool is 2 \*\* 32 This allows for 4 aligned bytes after the `POOL_HEADER` macro +## Slab Leak Detection + +On debug builds before each slab is freed, all items removed from the slab should be found on the slabs pool + ## List Management ## Tree Management -- cgit v1.2.3