Age | Commit message (Collapse) | Author | |
---|---|---|---|
7 days | kern: lib: Introduce pointer boxes | Ian 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> |