ae ~master (2024-01-05T13:09:51Z)
Home
Dub
Repo
DynamicMemory.this
ae
sys
data
DynamicMemory
Create a new instance with given capacity.
class
DynamicMemory
(Allocator)
pure @
trusted
nothrow @
nogc
this
(
size_t
size
,
size_t
capacity
)
Meta
Source
See Implementation
ae
sys
data
DynamicMemory
aliases
allocatedThreshold
collectThreshold
constructors
this
destructors
~this
functions
setSize
properties
capacity
contents
size
variables
_capacity
_size
data
Create a new instance with given capacity.