Fields Summary |
---|
int | memoryReservedThe minimum amount of memory guaranteed to be available to the isolate
at any time. Used to pass a parameter to midlet_create_start(),
< 0 if not used. |
int | memoryTotalThe total amount of memory that the isolate can reserve.
Used to pass a parameter to midlet_create_start(), < 0 if not used. |
int | usedMemoryThe approximate amount of object heap memory currently
used by the isolate. |
int | priorityPriority of the isolate (< 0 if not set). |
String | profileNameName of the VM profile that should be used for the new isolate.
Used (1) to pass a parameter to midlet_create_start();
(2) to get a profile's name of the given isolate in run time. |