- alloc
Mem alloc(Mem current, size_t newRequestedSize, size_t copyOffset, size_t copyLimit)
Undocumented in source. Be warned that the author may not have intended to support it.
- alloc
Mem alloc(Mem current, size_t newRequestedSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- expand
T[] expand(T[] array, size_t preserveSize, size_t neededSize)
Undocumented in source.