2010 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.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.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.
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.