libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
ConvenienceAllocators.free
memutils
utils
ConvenienceAllocators
Undocumented in source. Be warned that the author may not have intended to support it.
void
free
(T* obj)
void
free
(T obj)
void
free
(T arr, bool zeroise_mem)
mixintemplate
ConvenienceAllocators
(alias ALLOC, alias THIS)
nothrow static
void
free
(
T
)
(
auto
ref
T
arr
,
bool
zeroise_mem
= false
)
if
(
isArray
!
T
)
Meta
Source
See Implementation
memutils
utils
ConvenienceAllocators
manifest constants
ident
static functions
alloc
copy
free
realloc