diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-07-08 20:21:32 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-07-08 20:21:32 -0400 |
| commit | 4b46d1e1b306a8573113aa971c5f8811256e2bd0 (patch) | |
| tree | dc26bf8eb4185978063f91dc1c793bf79b06159e /docs/application/group.md | |
| parent | 51c371db6ced53b8f9198890672961ef912a9aad (diff) | |
ring buffer pool allocators
Diffstat (limited to 'docs/application/group.md')
| -rw-r--r-- | docs/application/group.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/application/group.md b/docs/application/group.md index 65566b7..1294afe 100644 --- a/docs/application/group.md +++ b/docs/application/group.md @@ -6,7 +6,7 @@ ```c typedef struct _kpl_group { - KPL_ALLOC_HEADER(struct _kpl_group); + KPL_DYNAMIC_OBJ_HEADER(); kpl_class items[]; } kpl_group; ``` |
