TerminateProcessOnMemoryExhaustion method
Implementation
void TerminateProcessOnMemoryExhaustion(
int FailedAllocationSize,
) {
return (_TerminateProcessOnMemoryExhaustion ??= _dylib.lookupFunction<
_c_TerminateProcessOnMemoryExhaustion,
_dart_TerminateProcessOnMemoryExhaustion>(
'TerminateProcessOnMemoryExhaustion'))(
FailedAllocationSize,
);
}