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