@@ -53,10 +53,10 @@ ### kmcell `kmcell` is a stub struct used to disambiguate between source types.a "source" is an object that can hold an allocated object, such as the heap, a memory pool, a fixed-length array on stack, or a fixed-length global array. all values produced by a kmem allocation function point to within a `kmcell`. - * `kmptr_kind kind` - kind of cell - * `size_t sz` - kind of cell (data plus all fields) + * `kmkind kind` - kind of cell + * `size_t size` - size of cell (data plus all fields) * `kmshred shred` - shredding flag ### kmref