MMapOptions

Bun

Symbol

MMapOptions

interface MMapOptions

  • shared?: boolean

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

  • sync?: boolean

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