more ~master (2021-04-25T17:22:00Z)
Home
Dub
Repo
MallocDoubler
more
alloc
Undocumented in source.
struct
MallocDoubler (
uint
initialSize
) {
import
core
.
stdc
.
stdlib
;
;
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