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