TerminateProcessOnMemoryExhaustion method

void TerminateProcessOnMemoryExhaustion(
  1. int FailedAllocationSize
)

Implementation

void TerminateProcessOnMemoryExhaustion(
  int FailedAllocationSize,
) {
  return _TerminateProcessOnMemoryExhaustion(
    FailedAllocationSize,
  );
}