| java.lang.Object org.h2.util.MemoryUtils
MemoryUtils | public class MemoryUtils (Code) | | This is a utility class with functions to measure the free and used memory.
|
Method Summary | |
public static int | getMemoryFree() Get the free memory in KB. | public static int | getMemoryUsed() Get the used memory in KB. |
getMemoryFree | public static int getMemoryFree()(Code) | | Get the free memory in KB.
the used memory |
getMemoryUsed | public static int getMemoryUsed()(Code) | | Get the used memory in KB.
the used memory |
|
|