public final class MemoryUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
disposeUnusedMemory()
Freeing memory that is available for the application by running the garbage collector.
|
static long |
getFreeMemoryForAppInKB()
Gets the free memory in kilobytes is available for the application.
|
static long |
getFreeMemoryInKB()
Gets the free memory in kilobytes is available.
|
static long |
getTotalMemoryInKB()
Gets the total memory in kilobytes is available.
|
public static void disposeUnusedMemory()
public static long getFreeMemoryForAppInKB()
public static long getFreeMemoryInKB()
public static long getTotalMemoryInKB()
Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.