libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
freeArray
memutils
utils
Undocumented in source. Be warned that the author may not have intended to support it.
nothrow nothrow
void
freeArray
(
T
ALLOC
=
ThreadMem
)
(
auto
ref
T
[]
array
,
size_t
max_destroy
=
size_t.max
,
size_t
offset
= 0
,
ALLOC
*
base
= null
)
Meta
Source
See Implementation
memutils
utils
functions
FL_allocate
FL_deallocate
FL_reallocate
allocArray
freeArray
reallocArray
mixin templates
ConvenienceAllocators
structs
CTFE
Malloc
ObjectAllocator
ThreadMem