GCRootAllocatorProxy

Undocumented in source.

Members

Functions

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

Mixins

__anonymous
mixin AllocatorCommon
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