ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
FreeListAllocator.Impl
ae
utils
alloc
FreeListAllocator
Undocumented in source.
struct
FreeListAllocator
(ALLOCATOR_TYPE, alias ALLOCATOR = heapAllocator)
static
template
Impl (
alias
data
) {
static
RefType
!
T
allocate
();
static
void
free
(R r);
}
Members
Static functions
allocate
RefType
!
T
allocate
()
Undocumented in source. Be warned that the author may not have intended to support it.
free
void
free
(R r)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
utils
alloc
FreeListAllocator
aliases
Node
mixins
__anonymous
structs
Data
templates
Impl