object mman
- Annotations
- @extern() @define("__SCALANATIVE_POSIX_SYS_MMAN")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- mman
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def MAP_FIXED: CInt
- Annotations
- @name("scalanative_map_fixed")
- def MAP_PRIVATE: CInt
- Annotations
- @name("scalanative_map_private")
- def MAP_SHARED: CInt
- Annotations
- @name("scalanative_map_shared")
- def MS_ASYNC: CInt
- Annotations
- @name("scalanative_ms_async")
- def MS_INVALIDATE: CInt
- Annotations
- @name("scalanative_ms_invalidate")
- def MS_SYNC: CInt
- Annotations
- @name("scalanative_ms_invalidate")
- def PROT_EXEC: CInt
- Annotations
- @name("scalanative_prot_exec")
- def PROT_NONE: CInt
- Annotations
- @name("scalanative_prot_none")
- def PROT_READ: CInt
- Annotations
- @name("scalanative_prot_read")
- def PROT_WRITE: CInt
- Annotations
- @name("scalanative_prot_write")
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mmap(addr: CVoidPtr, length: size_t, prot: CInt, flags: CInt, fd: CInt, offset: off_t): Ptr[Byte]
- def msync(addr: CVoidPtr, length: size_t, flags: CInt): CInt
- Annotations
- @blocking()
- def munmap(addr: CVoidPtr, length: size_t): CInt
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()