From 88646efb1c2615e6d8ff0a2eae047a5ed2a31dd4 Mon Sep 17 00:00:00 2001 From: nodist Date: Thu, 25 Jun 2026 15:27:38 -0400 Subject: all names will live on global trie --- docs/application/interface.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/application/interface.md') 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 } ``` -- cgit v1.2.3