Mem

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (C++)
struct Mem {
__gshared
bool _isGCEnabled;
enum _pIsGCEnabled;
}

Members

Static functions

check
void* check(void* p)

Check p for null. If it is, issue out of memory error and exit program.

Suggestion Box / Bug Report