MEM_UNMAP_WITH_TRANSIENT_BOOST top-level constant

  1. @Deprecated('Use UNMAP_VIEW_OF_FILE_FLAGS.MEM_UNMAP_WITH_TRANSIENT_BOOST instead')
int const MEM_UNMAP_WITH_TRANSIENT_BOOST

Specifies that the priority of the pages being unmapped should be temporarily boosted (with automatic short term decay) because the caller expects that these pages will be accessed again shortly from another thread.

Implementation

@Deprecated(
    'Use UNMAP_VIEW_OF_FILE_FLAGS.MEM_UNMAP_WITH_TRANSIENT_BOOST instead')
const MEM_UNMAP_WITH_TRANSIENT_BOOST = 0x00000001;