Site icon EfmSoft

What does Windows error code 14 (ERROR_OUTOFMEMORY) mean?

 
Could be also:
ConstantTypeOS
KERN_ABORTEDKern returnMac
ippStsLSFHighIntel Ipp StatusAny
EFAULTerrnoAny
NO_USER_MODE_CONTEXTBugCheck CodeWindows
Previous Next
ERROR_INVALID_DATA ERROR_INVALID_DRIVE

ERROR_OUTOFMEMORY

A required allocation failed

ERROR_OUTOFMEMORY is another Win32 memory-allocation failure used by many user-mode components and APIs. Its practical diagnosis is similar to ERROR_NOT_ENOUGH_MEMORY, but the exact resource is determined by the failing subsystem.

Diagnostic questions

Handling the failure

Abort the current operation without corrupting existing state, release temporary allocations, and provide a clear error to the caller. Treat recurrence under ordinary load as a defect that requires profiling.

References


Looking for a different code? Search another status or error code.

Exit mobile version