HEAP_NO_SERIALIZE top-level constant

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

Serialized access will not be used for this allocation.

Implementation

@Deprecated('Use HEAP_FLAGS.HEAP_NO_SERIALIZE instead')
const HEAP_NO_SERIALIZE = 0x00000001;