public class nsIMemory extends nsISupports
Modifier and Type | Field and Description |
---|---|
(package private) static int |
LAST_METHOD_ID |
static nsID |
NS_IMEMORY_IID |
static java.lang.String |
NS_IMEMORY_IID_STR |
address, FIRST_METHOD_ID, IsSolaris, IsXULRunner10, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
Constructor and Description |
---|
nsIMemory(int address) |
Modifier and Type | Method and Description |
---|---|
int |
Alloc(int size) |
int |
Free(int ptr) |
int |
HeapMinimize(int immediate) |
int |
IsLowMemory(int[] _retval) |
int |
Realloc(int ptr,
int newSize) |
AddRef, getAddress, QueryInterface, Release
static final int LAST_METHOD_ID
public static final java.lang.String NS_IMEMORY_IID_STR
public static final nsID NS_IMEMORY_IID