mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
MmapArray.reserve
mecca
lib
memory
MmapArray
Pre-allocate enough memory for at least numElements to be appended to the array.
struct
MmapArray
(T, bool shrink = false)
@
trusted
@
nogc
@
notrace
void
reserve
(
size_t
numElements
)
Meta
Source
See Implementation
mecca
lib
memory
MmapArray
destructors
~this
functions
allocate
free
reserve
postblits
this(this)
properties
arr
capacity
closed
length
Pre-allocate enough memory for at least numElements to be appended to the array.