TrackingAllocatorProxy.Impl

Undocumented in source.
struct TrackingAllocatorProxy(ALLOCATOR_TYPE, alias ALLOCATOR = heapAllocator)
static
template Impl (
alias data
) {}

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