TerminateProcessOnMemoryExhaustion method

void TerminateProcessOnMemoryExhaustion(
  1. int FailedAllocationSize
)

Implementation

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