phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
IAllocator.allocate
std
experimental
allocator
IAllocator
Allocates
n
bytes of memory.
interface
IAllocator
nothrow
void
[]
allocate
(
size_t
,
TypeInfo
ti
= null
)
Meta
Source
See Implementation
std
experimental
allocator
IAllocator
functions
alignedAllocate
alignedReallocate
allocate
allocateAll
deallocate
deallocateAll
decRef
empty
expand
goodAllocSize
incRef
owns
reallocate
resolveInternalPointer
properties
alignment
Allocates n bytes of memory.