summaryrefslogtreecommitdiff
path: root/docs/application/memory.md
diff options
context:
space:
mode:
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