ae v0.0.2884 (2020-12-20T12:34:54Z)
Home
Dub
Repo
FreeListAllocator.Data
ae
utils
alloc
FreeListAllocator
Undocumented in source.
struct
FreeListAllocator
(ALLOCATOR_TYPE, alias ALLOCATOR = heapAllocator)
struct
Data {
Node
*
head
;
}
Members
Variables
head
Node
*
head
;
First free node
Meta
Source
See Implementation
ae
utils
alloc
FreeListAllocator
aliases
Node
mixins
__anonymous
structs
Data
templates
Impl