From 47a27b0fd6eb0831a74479883ba0b4c30d226fbe Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 15 Jun 2026 15:23:58 -0400 Subject: memory slab as well as pooling --- docs/application/union.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/application/union.md') diff --git a/docs/application/union.md b/docs/application/union.md index 0032c0d..fa19e6d 100644 --- a/docs/application/union.md +++ b/docs/application/union.md @@ -6,8 +6,8 @@ ```c typedef struct _kpl_union { - KPL_POOL_HEADER(_kpl_union); - uint32_t tag; + KPL_SLAB_HEADER(_kpl_union); kpl_class class; + uint32_t tag; } kpl_union; ``` -- cgit v1.2.3