ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
create
ae
utils
alloc
Default "create" implementation.
deprecated
RefType
!
T
create
(
T
A
Args
...
)
(
ref
A
a
,
Args
args
)
if
(
is
(
typeof
(
a.allocate
!
T
()))
)
Meta
Source
See Implementation
ae
utils
alloc
classes
BufferExhaustedException
functions
allocate
create
destroy
free
mixin templates
AllocTypes
AllocatorCommon
PointerBumpCommon
structs
BufferAllocator
DataAllocator
FreeListAllocator
GCRootAllocatorProxy
GrowingBufferAllocator
HeapAllocator
HybridBufferAllocator
InitializingAllocatorProxy
PageAllocator
RegionAllocator
StatAllocatorProxy
StaticBufferAllocator
TrackingAllocatorProxy
WrapParts
templates
FreeListNode
PartsWrapper
mixAliasForward
variables
heapAllocator
Default "create" implementation.