mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
Kernel: Include the 128 byte slab allocator in for_each_allocator
This commit is contained in:
@@ -123,6 +123,7 @@ void for_each_allocator(Callback callback)
|
||||
callback(s_slab_allocator_16);
|
||||
callback(s_slab_allocator_32);
|
||||
callback(s_slab_allocator_64);
|
||||
callback(s_slab_allocator_128);
|
||||
}
|
||||
|
||||
void slab_alloc_init()
|
||||
|
||||
Reference in New Issue
Block a user