more ~cgiUpdates (2022-04-23T18:41:30.7951577)
Dub
Repo
MallocDoubler
more
alloc
Undocumented in source.
struct
MallocDoubler (
uint
initialSize
) {
static
import
core
.
stdc
.
stdlib
;
;
static
import
core
.
stdc
.
string
;
;
static
T
[]
expand
(T[] array, size_t preserveSize, size_t neededSize);
}
Members
Static functions
expand
T
[]
expand
(T[] array, size_t preserveSize, size_t neededSize)
Undocumented in source.
Meta
Source
See Implementation
more
alloc
functions
cfree
cmalloc
cmallocArray
structs
GCDoubler
MallocDoubler
Mem