Package org.eclipse.jetty.util
Class MemoryUtils
java.lang.Object
org.eclipse.jetty.util.MemoryUtils
MemoryUtils provides an abstraction over memory properties and operations.
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
static int
static int
static int
-
Method Details
-
getCacheLineBytes
public static int getCacheLineBytes() -
getIntegersPerCacheLine
public static int getIntegersPerCacheLine() -
getLongsPerCacheLine
public static int getLongsPerCacheLine() -
getReferencesPerCacheLine
public static int getReferencesPerCacheLine()
-