Allocator

Undocumented in source.

Constructors

this
this(void* cObject, bool ownCObject)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

Alloc
void* Alloc(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
AllocAligned
void* AllocAligned(size_t size, size_t arg1)
Undocumented in source. Be warned that the author may not have intended to support it.
AllocDebug
void* AllocDebug(size_t size, string file, uint line)
Undocumented in source. Be warned that the author may not have intended to support it.
Free
void Free(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
FreeAligned
void FreeAligned(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
Realloc
void* Realloc(void* p, size_t newSize)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ovr_im.SwigOperatorDefinitions
Undocumented in source.

Static functions

GetInstance
Allocator GetInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
setInstance
void setInstance(Allocator palloc)
Undocumented in source. Be warned that the author may not have intended to support it.
swigGetCPtr
void* swigGetCPtr(Allocator obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

swigCMemOwn
bool swigCMemOwn;
Undocumented in source.

Mixed In Members

From mixin ovr_im.SwigOperatorDefinitions

opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta