scala.scalanative.runtime
Type members
Classlikes
Implementation of Array[Byte] potentially containing pointers to other GC allocated objects. Unlike ByteArray it is conservatively scanned. When running with Immix or Commix GC allows to set scannableLimit of maximal number of bytes to scan.
Implementation of Array[Byte] potentially containing pointers to other GC allocated objects. Unlike ByteArray it is conservatively scanned. When running with Immix or Commix GC allows to set scannableLimit of maximal number of bytes to scan.
- Companion:
- object
The Boehm GC conservative garbage collector
The Boehm GC conservative garbage collector
- See also:
An exception that is thrown whenever an undefined behavior happens in a checked mode.
An exception that is thrown whenever an undefined behavior happens in a checked mode.
An annotation that is used to mark classes to be optimized as immutable pass-by-value structures.
An annotation that is used to mark classes to be optimized as immutable pass-by-value structures.
Value members
Deprecated methods
- Deprecated
[Since version 0.5.0]
Run the runtime's event loop. The method is called from the generated C-style after the application's main method terminates.
Run the runtime's event loop. The method is called from the generated C-style after the application's main method terminates.
- Deprecated
[Since version 0.5.0]