dius 0.1.0
Loading...
Searching...
No Matches
dius::runtime::detail::FreeListList Class Reference

#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)
 

Constructor & Destructor Documentation

◆ FreeListList()

dius::runtime::detail::FreeListList::FreeListList ( )
default

Member Function Documentation

◆ allocate()

auto dius::runtime::detail::FreeListList::allocate ( usize size,
usize align ) -> di::Result< di::AllocationResult<> >

◆ deallocate()

void dius::runtime::detail::FreeListList::deallocate ( void * pointer)

The documentation for this class was generated from the following file: