HEAP_GENERATE_EXCEPTIONS top-level constant

  1. @Deprecated('Use HEAP_FLAGS.HEAP_GENERATE_EXCEPTIONS instead')
int const HEAP_GENERATE_EXCEPTIONS

The system will raise an exception to indicate a function failure, such as an out-of-memory condition, instead of returning NULL.

Implementation

@Deprecated('Use HEAP_FLAGS.HEAP_GENERATE_EXCEPTIONS instead')
const HEAP_GENERATE_EXCEPTIONS = 0x00000004;