You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: