StatAllocatorProxy

Allocator proxy which keeps track how many allocations were made.

Members

Functions

allocate
RefType!T allocate()
Undocumented in source. Be warned that the author may not have intended to support it.
allocateMany
StorageType!T[] allocateMany(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin AllocatorCommon
Undocumented in source.

Variables

allocated
size_t allocated;
Undocumented in source.

Mixed In Members

From mixin AllocatorCommon

StorageType
alias StorageType = ae.utils.meta.StorageType
Undocumented in source.
VALUE_TYPE
alias VALUE_TYPE = StorageType!ALLOCATOR_TYPE
Undocumented in source.
BASE_VALUE_TYPE
alias BASE_VALUE_TYPE = StorageType!BASE_TYPE
Undocumented in source.

Meta