- allocate
void[] allocate(size_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- collect
void collect()
Undocumented in source. Be warned that the author may not have intended to support it.
- deallocate
bool deallocate(void[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
- expand
bool expand(void[] b, size_t delta)
Undocumented in source. Be warned that the author may not have intended to support it.
- goodAllocSize
size_t goodAllocSize(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- make
auto make(A args)
Undocumented in source. Be warned that the author may not have intended to support it.
- reallocate
bool reallocate(void[] b, size_t newSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- resolveInternalPointer
void[] resolveInternalPointer(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.