memutils v1.0.9 (2023-03-02T20:19:28Z)
Dub
Repo
Allocator.alloc
memutils
allocators
Allocator
Undocumented in source.
interface
Allocator
void
[]
alloc
(
size_t
sz
)
out { static if (!HasSecurePool && !HasBotan) assert ((cast(size_t)__result.ptr & alignmentMask) == 0, "alloc() returned misaligned data."); }
Meta
Source
See Implementation
memutils
allocators
Allocator
functions
alloc
free
realloc
variables
alignment
alignmentMask