Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-15 | docs: man: Create virtual memory related manpages | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2023-12-13 | kernel: vm: Add support for dynalloc pool resize | Ian Moffett | |
This commit creates a wrapper that allows resizing of a memory pool created by dynalloc() Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2023-11-24 | kernel: vm: Port TLSF allocator | Ian Moffett | |
This commit adds a Two-Level Segregated Fit memory allocator port to the Hyra kernelspace. Signed-off-by: Ian Moffett <ian@osmora.org> |