ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
TrackingAllocatorProxy.Impl
ae
utils
alloc
TrackingAllocatorProxy
Undocumented in source.
struct
TrackingAllocatorProxy
(ALLOCATOR_TYPE, alias ALLOCATOR = heapAllocator)
static
template
Impl (
alias
data
) {
static
VALUE_TYPE
[]
allocateMany
(size_t n);
static
RefType
!
T
allocate
();
static
void
freeAll
();
}
Members
Static functions
allocate
RefType
!
T
allocate
()
Undocumented in source. Be warned that the author may not have intended to support it.
allocateMany
VALUE_TYPE
[]
allocateMany
(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
freeAll
void
freeAll
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
utils
alloc
TrackingAllocatorProxy
mixins
__anonymous
structs
Data
templates
Impl