mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
Kernel: Remove all uses of MAKE_SLAB_ALLOCATED()
Objects that were previously allocated via slab_alloc()/slab_dealloc() now go through kmalloc()/kfree_sized() instead.
This commit is contained in:
parent
2a5cff232b
commit
43099fb387
Notes:
sideshowbarker
2024-07-17 22:09:53 +09:00
Author: https://github.com/awesomekling
Commit: 43099fb387
4 changed files with 0 additions and 5 deletions
|
@ -46,8 +46,6 @@ private:
|
|||
explicit WorkQueue(StringView);
|
||||
|
||||
struct WorkItem {
|
||||
MAKE_SLAB_ALLOCATED(WorkItem);
|
||||
|
||||
public:
|
||||
IntrusiveListNode<WorkItem> m_node;
|
||||
Function<void()> function;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue