diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-25 15:27:38 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-25 15:27:38 -0400 |
| commit | 88646efb1c2615e6d8ff0a2eae047a5ed2a31dd4 (patch) | |
| tree | d47bb1d6578e1cf1c76502c766e802a60aac49a0 /docs/application/interface.md | |
| parent | 12716caccba32910fb603d72aa457b200fe79024 (diff) | |
all names will live on global trie
Diffstat (limited to 'docs/application/interface.md')
| -rw-r--r-- | docs/application/interface.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/application/interface.md b/docs/application/interface.md index b60da5e..6f33f61 100644 --- a/docs/application/interface.md +++ b/docs/application/interface.md @@ -42,4 +42,10 @@ typedef struct { typedef struct { any value, info; } kpl_result; + +typdef struct { + uint16_t slab_index, array_index; +} kpl_ptr; + +#define KPL_PTR_NULL (kpl_ptr) { .slab_index = UINT16_MAX, .array_index = UINT16_MAX } ``` |
