memutils v1.0.9 (2023-03-02T20:19:28Z)
Dub
Repo
freeArray
memutils
utils
Undocumented in source. Be warned that the author may not have intended to support it.
package package
void
freeArray
(
T
ALLOC
=
ThreadMem
)
(
auto
ref
T
[]
array
,
size_t
max_destroy
=
size_t.max
,
size_t
offset
= 0
)
Meta
Source
See Implementation
memutils
utils
functions
allocArray
freeArray
reallocArray
translateAllocator
mixin templates
ConvenienceAllocators
structs
AppMem
Malloc
SecureMem
ThreadMem
templates
ObjectAllocator