di 0.1.0
Loading...
Searching...
No Matches
di::InfallibleAllocator Struct Reference

#include <di/container/allocator/infallible_allocator.h>

Static Public Member Functions

static auto allocate (usize size, usize alignment) noexcept -> AllocationResult<>
static void deallocate (void *data, usize size, usize alignment) noexcept

Member Function Documentation

◆ allocate()

auto di::container::InfallibleAllocator::allocate ( usize size,
usize alignment )->AllocationResult<>
inlinestaticnoexcept

◆ deallocate()

void di::container::InfallibleAllocator::deallocate ( void * data,
usize size,
usize alignment )
inlinestaticnoexcept

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