spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
Allocator
spasm
rt
memory
Undocumented in source.
version(unittest)
struct
Allocator {
void
[]
allocate
(size_t n);
bool
deallocate
(void[] b);
}
Members
Functions
allocate
void
[]
allocate
(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
deallocate
bool
deallocate
(void[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
spasm
rt
memory
functions
_d_allocmemory
_d_array_cast_len
_d_array_init_cdouble
_d_array_init_cfloat
_d_array_init_creal
_d_array_init_double
_d_array_init_float
_d_array_init_i16
_d_array_init_i32
_d_array_init_i64
_d_array_init_mem
_d_array_init_pointer
_d_array_init_real
_d_array_slice_copy
_d_arraybounds
_d_arraycast_len
alloc_init
memcmp
memcpy
memset
manifest constants
wasmPageSize
static variables
allocator
unittestAllocator
structs
Allocator
templates
make