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/union.md | |
| parent | 51c371db6ced53b8f9198890672961ef912a9aad (diff) | |
ring buffer pool allocators
Diffstat (limited to 'docs/application/union.md')
| -rw-r--r-- | docs/application/union.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/application/union.md b/docs/application/union.md index 3626f1c..984253c 100644 --- a/docs/application/union.md +++ b/docs/application/union.md @@ -6,8 +6,7 @@ ```c typedef struct _kpl_union { - KPL_SLAB_HEADER(strcut _kpl_union); - kpl_class class; uint32_t tag; + kpl_class class; } kpl_union; ``` |
