object MemoryApi
- Annotations
- @extern()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MemoryApi
- 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 FILE_MAP_ALL_ACCESS: DWord
- Annotations
- @name("scalanative_file_map_all_access")
- def FILE_MAP_COPY: DWord
- Annotations
- @name("scalanative_file_map_copy")
- def FILE_MAP_EXECUTE: DWord
- Annotations
- @name("scalanative_file_map_execute")
- def FILE_MAP_LARGE_PAGES: DWord
- Annotations
- @name("scalanative_file_map_large_pages")
- def FILE_MAP_READ: DWord
- Annotations
- @name("scalanative_file_map_read")
- def FILE_MAP_TARGETS_INVALID: DWord
- Annotations
- @name("scalanative_file_map_targets_invalid")
- def FILE_MAP_WRITE: DWord
- Annotations
- @name("scalanative_file_map_write")
- def FlushViewOfFile(lpBaseAddress: CVoidPtr, dwNumberOfBytesToFlush: DWord): Boolean
- Annotations
- @blocking()
- def MapViewOfFile(hFileMappingObject: Handle, dwDesiredAccess: DWord, dwFileOffsetHigh: DWord, dwFileOffsetLow: DWord, dwNumberOfBytesToMap: CSize): Ptr[Byte]
- def UnmapViewOfFile(lpBaseAddress: CVoidPtr): Boolean
- 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
- 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()