ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
AllocatorCommon
ae
utils
alloc
Common declarations for an allocator mixin
deprecated
mixin template
AllocatorCommon () {
alias
StorageType
=
ae
.
utils
.
meta
.
StorageType
;
alias
VALUE_TYPE
=
StorageType
!
ALLOCATOR_TYPE
;
alias
BASE_VALUE_TYPE
=
StorageType
!
BASE_TYPE
;
}
Members
Aliases
BASE_VALUE_TYPE
alias
BASE_VALUE_TYPE
=
StorageType
!
BASE_TYPE
Undocumented in source.
StorageType
alias
StorageType
=
ae
.
utils
.
meta
.
StorageType
Undocumented in source.
VALUE_TYPE
alias
VALUE_TYPE
=
StorageType
!
ALLOCATOR_TYPE
Undocumented in source.
Meta
Source
See Implementation
ae
utils
alloc
classes
BufferExhaustedException
functions
allocate
create
destroy
free
mixin templates
AllocTypes
AllocatorCommon
PointerBumpCommon
structs
BufferAllocator
DataAllocator
FreeListAllocator
GCRootAllocatorProxy
GrowingBufferAllocator
HeapAllocator
HybridBufferAllocator
InitializingAllocatorProxy
PageAllocator
RegionAllocator
StatAllocatorProxy
StaticBufferAllocator
TrackingAllocatorProxy
WrapParts
templates
FreeListNode
PartsWrapper
mixAliasForward
variables
heapAllocator
Common declarations for an allocator mixin