resea
resea copied to clipboard
Slab Allocator
Slab Allocator is a dynamic memory allocation mechanism dedicated for commonly used objects.
Unlike Linux kernel, since we don't (and will never) have memory allocator in Resea Kernel, you'll implement it in the userspace based on the current malloc.
Thank you! I will start my research and get back to you :smile: