"

2013 FRC Java API

"

Uses of Class
java.lang.OutOfMemoryError

Packages that use OutOfMemoryError
com.sun.cldc.jna The CLDC/JNA package contains classes that help import native data structures and functions from Java code without writing C code. 
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
com.sun.squawk.realtime Provides classes for native memory access based on the javax.realtime package. 
 

Uses of OutOfMemoryError in com.sun.cldc.jna
 

Methods in com.sun.cldc.jna that throw OutOfMemoryError
 void Structure.allocateMemory()
          Attempt to allocate backing memory for the structure.
 void Structure.allocateMemory(int size)
          Attempt to allocate backing memory for the structure.
static Address PrivatePointer.createArrayBuffer(Object array)
          Create a native buffer pointing to either the array data directly, or to a copy of the array data.
static Address PrivatePointer.createArrayBuffer(Object array, int offset, int number)
          Create a native buffer pointing to either the array data directly, or to a copy of the array data.
static Pointer Pointer.createStringBuffer(String value)
          Create a native buffer containing the C-string version of the String vaue.
 

Constructors in com.sun.cldc.jna that throw OutOfMemoryError
Pointer(int size)
          Create a pointer and allocate backing native memory of the requestsed size.
 

Uses of OutOfMemoryError in com.sun.squawk
 

Methods in com.sun.squawk that return OutOfMemoryError
static OutOfMemoryError VM.getOutOfMemoryError()
          Get the sentinal OutOfMemoryException object THIS IS PRIVATE TO THE BOOTSTRAP SUITE
 

Methods in com.sun.squawk that throw OutOfMemoryError
 void Suite.save(DataOutputStream dos, String uri)
          Serializes the object graph rooted by this suite and writes it to a given stream.
 ObjectMemory Suite.save(DataOutputStream dos, String uri, boolean bigEndian)
          Serializes the object graph rooted by this suite and writes it to a given stream.
 void Suite.saveKlassMetadatas(DataOutputStream dos, String uri)
          Serializes the object graph rooted by this suite and writes it to a given stream.
 void Suite.saveKlassMetadatas(DataOutputStream dos, String uri, boolean bigEndian)
          Serializes the object graph rooted by this suite and writes it to a given stream.
 

Uses of OutOfMemoryError in com.sun.squawk.realtime
 

Methods in com.sun.squawk.realtime that throw OutOfMemoryError
 long RawMemoryAccess.map()
          Maps the physical memory range into virtual memory.
 

Constructors in com.sun.squawk.realtime that throw OutOfMemoryError
RawMemoryAccess(Object type, long size)
          Construct an instance of RawMemoryAccess with the given parameters, and set the object to the mapped state.
RawMemoryFloatAccess(Object type, long size)
          Construct an instance of RawMemoryFloatAccess with the given parameters, and set the object to the mapped state.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"