tanya ~master (2021-06-04T07:37:50Z)
Dub
Repo
defaultAllocator
tanya
memory
allocator
shared
(
Allocator
)
defaultAllocator
[@property getter]
@
property
@
nogc
nothrow pure @
trusted
shared
(
Allocator
)
defaultAllocator
(
)
out (allocator) { assert (allocator !is null); }
void
defaultAllocator
[@property getter]
Return Value
Type:
shared
(
Allocator
)
Default allocator.
Postcondition:
allocator !is null
.
Meta
Source
See Implementation
tanya
memory
allocator
classes
OutOfMemoryError
functions
alignedSize
dispose
finalize
make
onOutOfMemoryError
resize
interfaces
Allocator
mixin templates
DefaultAllocator
properties
defaultAllocator
templates
GetPureInstance
variables
allocator