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