mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
Kernel: Include the 128 byte slab allocator in for_each_allocator
This commit is contained in:
parent
08ff25f4ef
commit
fcaa45f97b
Notes:
sideshowbarker
2024-07-19 04:03:47 +09:00
Author: https://github.com/tomuta
Commit: fcaa45f97b
Pull-request: https://github.com/SerenityOS/serenity/pull/3064
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue