spasm ~master (2020-09-12T08:27:15Z)
Dub
Repo
PoolAllocatorList
spasm
rt
allocator
Undocumented in source.
struct
PoolAllocatorList
(T)
nothrow
struct
PoolAllocatorList (
T
) {
enum
blockSize
;
static if
(
hasMember!(T, "__xdtor")
)
static
void
destructor
(void* item);
static if
(
hasMember!(T, "__xdtor")
)
auto
allocator
;
static if
(!(
hasMember!(T, "__xdtor")
))
auto
allocator
;
}
struct
PoolAllocatorList
(size_t blockSize)
Alias This
allocator
Members
Manifest constants
blockSize
enum
blockSize
;
Undocumented in source.
Static functions
destructor
void
destructor
(void* item)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
allocator
auto
allocator
;
Undocumented in source.
allocator
auto
allocator
;
Undocumented in source.
Meta
Source
See Implementation
spasm
rt
allocator
aliases
Destructor
enums
MarkResult
functions
alignedAt
getGoodCapacity
initPool
static variables
poolAllocatorIndex
structs
PoolAllocator
PoolAllocatorBacking
PoolAllocatorFactory
PoolAllocatorIndex
PoolAllocatorList
WasmAllocator