3#include <abstract/memory/List.hh>
15 [[nodiscard]]
static constexpr u16 getLinkOffset() {
16 return reinterpret_cast<uintptr_t
>(&
reinterpret_cast<Disposer *
>(NULL)->m_link);
An interface for ensuring certain structures and classes are destroyed with the heap.
A high-level representation of a memory heap for managing dynamic memory allocation....
Link of an instrusive doubly-linked list.