libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
allocArray
memutils
utils
Allocates an array without touching the memory.
nothrow
T
[]
allocArray
(
T
ALLOC
=
ThreadMem
)
(
size_t
n
,
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
Allocates an array without touching the memory.