forked from suyu/suyu
fixup! hle: kernel: Migrate more of KThread to KAutoObject.
This commit is contained in:
parent
e02785be83
commit
ad5a5ef43f
1 changed files with 0 additions and 7 deletions
|
@ -74,13 +74,6 @@ private:
|
||||||
kernel.SlabHeap<Derived>().Free(obj);
|
kernel.SlabHeap<Derived>().Free(obj);
|
||||||
}
|
}
|
||||||
|
|
||||||
public:
|
|
||||||
class ListAccessor : public KAutoObjectWithListContainer::ListAccessor {
|
|
||||||
public:
|
|
||||||
ListAccessor() : KAutoObjectWithListContainer::ListAccessor(kernel.ObjectListContainer()) {}
|
|
||||||
~ListAccessor() = default;
|
|
||||||
};
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
KAutoObjectWithSlabHeapAndContainer(KernelCore& kernel_) : Base(kernel_), kernel(kernel_) {}
|
KAutoObjectWithSlabHeapAndContainer(KernelCore& kernel_) : Base(kernel_), kernel(kernel_) {}
|
||||||
virtual ~KAutoObjectWithSlabHeapAndContainer() {}
|
virtual ~KAutoObjectWithSlabHeapAndContainer() {}
|
||||||
|
|
Loading…
Reference in a new issue