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
Value members
Concrete methods
Maximal number of elements to scan by the garbage collector (best effort)
Maximal number of elements to scan by the garbage collector (best effort)
Set maximal number of elements to scan by the garbage collector (best effort), new limit needs to smaller or equal to length of array
Set maximal number of elements to scan by the garbage collector (best effort), new limit needs to smaller or equal to length of array
Set maximal number of elements to scan by the garbage collector (best effort), new limit needs to smaller or equal to length of array. This version of scannableLimit setter is not checking the bound of argument.
Set maximal number of elements to scan by the garbage collector (best effort), new limit needs to smaller or equal to length of array. This version of scannableLimit setter is not checking the bound of argument.