dius 0.1.0
Loading...
Searching...
No Matches
dius::runtime::Heap Class Reference

#include <runtime/generic/dius/runtime/allocate.h>

Public Member Functions

auto allocate (usize size, usize align) -> di::Result< di::AllocationResult<> >
 
void deallocate (void *pointer, usize size, usize align)
 

Static Public Member Functions

static auto the () -> Heap &
 

Member Function Documentation

◆ allocate()

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

◆ deallocate()

void dius::runtime::Heap::deallocate ( void * pointer,
usize size,
usize align )

◆ the()

static auto dius::runtime::Heap::the ( ) -> Heap &
static

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