Mem

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Members

Functions

xcalloc
void* xcalloc(size_t size, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
xfree
void xfree(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
xmalloc
void* xmalloc(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
xrealloc
void* xrealloc(void* p, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
xstrdup
char* xstrdup(char* p)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta