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/shared.md | |
| parent | 51c371db6ced53b8f9198890672961ef912a9aad (diff) | |
ring buffer pool allocators
Diffstat (limited to 'docs/application/shared.md')
| -rw-r--r-- | docs/application/shared.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/application/shared.md b/docs/application/shared.md index 89ba292..0528645 100644 --- a/docs/application/shared.md +++ b/docs/application/shared.md @@ -6,10 +6,9 @@ ```c typedef struct _kpl_shared { - KPL_SLAB_HEADER(struct _kpl_shared); + bool mark; kpl_class data; kpl_mutex mutex; - bool mark; } kpl_shared; _Atomic uint32_t shared_threads_makred; |
