summaryrefslogtreecommitdiff
path: root/docs/application/memory.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-15 21:19:41 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-15 21:19:41 -0400
commite99f60fe8cdef48aad9aa6a1b360b600443ac659 (patch)
tree49dcfe048e5a93360bbde2cabb54c708c80cf5a4 /docs/application/memory.md
parent47a27b0fd6eb0831a74479883ba0b4c30d226fbe (diff)
add shared mutating algo
Diffstat (limited to 'docs/application/memory.md')
-rw-r--r--docs/application/memory.md4
1 files changed, 4 insertions, 0 deletions
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