org.eclipse.swt.internal.mozilla
Class nsIMemory
java.lang.Object
org.eclipse.swt.internal.mozilla.nsISupports
org.eclipse.swt.internal.mozilla.nsIMemory
public class nsIMemory
- extends nsISupports
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NS_IMEMORY_IID_STR
public static final java.lang.String NS_IMEMORY_IID_STR
- See Also:
- Constant Field Values
NS_IMEMORY_IID
public static final nsID NS_IMEMORY_IID
nsIMemory
public nsIMemory(long address)
Alloc
public long Alloc(int size)
Realloc
public long Realloc(long ptr,
int newSize)
Free
public int Free(long ptr)
HeapMinimize
public int HeapMinimize(int immediate)
IsLowMemory
public int IsLowMemory(int[] _retval)