dius 0.1.0
|
#include <runtime/generic/dius/runtime/allocate.h>
Public Member Functions | |
FreeListList ()=default | |
auto | allocate (usize size, usize align) -> di::Result< di::AllocationResult<> > |
void | deallocate (void *pointer) |
|
default |
auto dius::runtime::detail::FreeListList::allocate | ( | usize | size, |
usize | align ) -> di::Result< di::AllocationResult<> > |
void dius::runtime::detail::FreeListList::deallocate | ( | void * | pointer | ) |