summaryrefslogtreecommitdiff
path: root/src/sys/include/lib/ptrbox.h
AgeCommit message (Collapse)Author
8 dayskern: lib: Introduce pointer boxesIan Moffett
Pointer boxes are a way to allocate memory and associate them with one location so that during error/exit paths, one may deallocate every buffer with a single call Signed-off-by: Ian Moffett <ian@osmora.org>