summaryrefslogtreecommitdiff
path: root/sys/lib/ptrbox.c
AgeCommit message (Collapse)Author
2025-11-23kern: lib: Add pointerbox physmem allocationdevIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-11-23kern: lib: Add pointer box abstractionIan Moffett
The pointer box allows RAII-like allocations within the rv7 kernel to reduce chances of leaks when juggling memory. Signed-off-by: Ian Moffett <ian@osmora.org>