Uses of Class
org.github.jamm.strategies.MemoryLayoutBasedStrategy
Packages that use MemoryLayoutBasedStrategy
-
Uses of MemoryLayoutBasedStrategy in org.github.jamm.strategies
Subclasses of MemoryLayoutBasedStrategy in org.github.jamm.strategiesModifier and TypeClassDescriptionclassStrategy that usejava.lang.instrument.Instrumentationto measure non array object and theSpecificationapproach to measure arrays.final classMemoryMeterStrategyrelying onUnsafeto measure object sizes for Java versions ≥ 15.Constructors in org.github.jamm.strategies with parameters of type MemoryLayoutBasedStrategyModifierConstructorDescriptionUnsafeStrategy(MethodHandle isRecordMH, MethodHandle isHiddenMH, MemoryLayoutBasedStrategy strategy)