resea icon indicating copy to clipboard operation
resea copied to clipboard

Slab Allocator

Open nuta opened this issue 4 years ago • 1 comments

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.

nuta avatar Dec 02 '20 18:12 nuta

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

yashrajkakkad avatar Dec 03 '20 02:12 yashrajkakkad