The OpenD Programming Language

onOutOfMemoryError

A callback for out of memory errors in D. An OutOfMemoryError will be thrown.

version(!D_BetterC)
extern (C) @trusted pure nothrow @nogc
onOutOfMemoryError
(
void* pretend_sideffect = null
,
string file = __FILE__
,
size_t line = __LINE__
)

Throws

Meta