13 ::operator
new(
size, std::align_val_t {
container::max(alignment,
alignof(
void*)) }, std::nothrow);
27using container::InfallibleAllocator;
#define DI_ASSERT(...)
Definition assert_bool.h:7
constexpr auto size
Definition size.h:54
constexpr auto data
Definition data.h:51
constexpr auto max
Definition max.h:47
size_t usize
Definition integers.h:33
Definition zstring_parser.h:9
Definition allocation_result.h:7
Definition infallible_allocator.h:10
static void deallocate(void *data, usize size, usize alignment) noexcept
Definition infallible_allocator.h:18
static auto allocate(usize size, usize alignment) noexcept -> AllocationResult<>
Definition infallible_allocator.h:11