mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-05 09:45:45 +00:00
kernel: add KSessionRequest
This commit is contained in:
@@ -24,7 +24,7 @@ public:
|
||||
}
|
||||
|
||||
static Derived* Allocate(KernelCore& kernel) {
|
||||
return kernel.SlabHeap<Derived>().Allocate();
|
||||
return kernel.SlabHeap<Derived>().Allocate(kernel);
|
||||
}
|
||||
|
||||
static void Free(KernelCore& kernel, Derived* obj) {
|
||||
|
||||
Reference in New Issue
Block a user