HeapAllocator

Backend allocator Allocates from D's managed heap directly.

Members

Aliases

destroy
alias destroy = free
Undocumented in source.

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.
create
RefType!T create(A args)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(R r)
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.
resize
V[] resize(V[] v, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta