FreeListNode

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

Members

Mixins

__anonymous
deprecated mixin AllocTypes
Undocumented in source.

Mixin templates

NodeContents
deprecated mixintemplate NodeContents()
Undocumented in source.

Structs

FreeListNode
deprecated struct FreeListNode
Undocumented in source.

Unions

FreeListNode
deprecated 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