#include <runtime/generic/dius/runtime/allocate.h>
|
| auto | allocate (usize size, usize align) -> di::Result< di::AllocationResult<> > |
| |
| void | deallocate (void *pointer, usize size, usize align) |
| |
◆ 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: