ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
HybridBufferAllocator.Data
ae
utils
alloc
HybridBufferAllocator
Undocumented in source.
struct
HybridBufferAllocator
(size_t SIZE, BASE_TYPE = ubyte, alias ALLOCATOR = heapAllocator)
struct
Data {
BASE_VALUE_TYPE
[
SIZE
]
buffer
;
BASE_VALUE_TYPE
*
ptr
;
BASE_VALUE_TYPE
*
end
;
}
Members
Variables
buffer
BASE_VALUE_TYPE
[
SIZE
]
buffer
;
end
BASE_VALUE_TYPE
*
end
;
Undocumented in source.
ptr
BASE_VALUE_TYPE
*
ptr
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
alloc
HybridBufferAllocator
mixins
__anonymous
structs
Data
templates
Impl