Dgame.Internal.Allocator

Undocumented in source.

Members

Functions

alloc_new
T* alloc_new(size_t count)
Undocumented in source.
make
T* make(T* p, size_t count)
Undocumented in source.
make
T* make(T value, T* p, size_t count)
Undocumented in source.
make_new
T* make_new(T value, size_t count)
Undocumented in source.
remake
T* remake(T* p, size_t cap)
Undocumented in source.
unmake
void unmake(T* p)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta