Interface MMapOptions

Hierarchy

  • MMapOptions

Properties

Properties

shared?: boolean

Allow other processes to see results instantly? This enables MAP_SHARED. If false, it enables MAP_PRIVATE.

Default

true

sync?: boolean

Sets MAP_SYNC flag on Linux. Ignored on macOS due to lack of support.

Generated using TypeDoc