FreeListNode

The internal unit allocation type of FreeListAllocator. (Exposed to allow specializing underlying allocators on it.)

Members

Mixins

__anonymous
mixin AllocTypes
Undocumented in source.

Mixin templates

NodeContents
mixintemplate NodeContents()
Undocumented in source.

Structs

FreeListNode
struct FreeListNode
Undocumented in source.

Unions

FreeListNode
union FreeListNode
Undocumented in source.

Mixed In Members

From mixin AllocTypes

T
alias T = FromRefType!R
Undocumented in source.
R
alias R = RefType!T
Undocumented in source.
V
alias V = StorageType!T
Undocumented in source.
ALLOC_SIZE
enum ALLOC_SIZE;
Undocumented in source.

Meta