omni::core::kResultOutOfMemory
Defined in omni/core/Result.h
-
constexpr Result omni::core::kResultOutOfMemory = 0x8007000E
A system is out of memory. This does not necessarily mean resident memory has been exhausted (although it can), as this code can be used to special conditions such as exhausting graphics memory or running out of a specific memory pool. It can also indicate that an allocation would have been too big and failed ahead of time.
POSIX:
ENOMEM
Windows:
E_OUTOFMEMORY
Decimal Value: -2147024882