ae v0.0.2884 (2020-12-20T12:34:54Z)
Home
Dub
Repo
BufferExhaustedException
ae
utils
alloc
Thrown when the buffer of an allocator is exhausted.
class
BufferExhaustedException : Exception {
this
();
}
Constructors
this
this
()
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
Thrown when the buffer of an allocator is exhausted.