nuta / resea

A microkernel-based hackable operating system.
Other
517 stars 28 forks source link

Slab Allocator #39

Open nuta opened 3 years ago

nuta commented 3 years ago

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.

yashrajkakkad commented 3 years ago

Thank you! I will start my research and get back to you :smile: