ae ~sd (2021-12-20T16:35:43.7627576)
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