implicit final class HeapInfoMutableBuilder[Self <: HeapInfo] extends AnyVal
- Annotations
- @inline()
- Source
- v8Mod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HeapInfoMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new HeapInfoMutableBuilder(x: Self)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def setDoes_zap_garbage(value: DoesZapCodeSpaceFlag): Self
- Annotations
- @inline()
- def setHeap_size_limit(value: Double): Self
- Annotations
- @inline()
- def setMalloced_memory(value: Double): Self
- Annotations
- @inline()
- def setNumber_of_detached_contexts(value: Double): Self
- Annotations
- @inline()
- def setNumber_of_native_contexts(value: Double): Self
- Annotations
- @inline()
- def setPeak_malloced_memory(value: Double): Self
- Annotations
- @inline()
- def setTotal_available_size(value: Double): Self
- Annotations
- @inline()
- def setTotal_heap_size(value: Double): Self
- Annotations
- @inline()
- def setTotal_heap_size_executable(value: Double): Self
- Annotations
- @inline()
- def setTotal_physical_size(value: Double): Self
- Annotations
- @inline()
- def setUsed_heap_size(value: Double): Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self