ae ~next (2021-10-23T04:25:29.3345725)
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