- add(long) - Method in interface com.ibm.dtfj.image.ImagePointer
-
Build a new image pointer offset from this one by the given amount.
- ALLOCATION_TYPE_MALLOC_FREED - Static variable in interface com.ibm.dtfj.java.JavaRuntimeMemorySection
-
Type code for memory that was allocated, and freed, by the Java runtime on the native heap using malloc() or similar.
- ALLOCATION_TYPE_MALLOC_LIVE - Static variable in interface com.ibm.dtfj.java.JavaRuntimeMemorySection
-
Type code for memory allocated on the native heap via an API such as malloc().
- ALLOCATION_TYPE_MEMORY_MAPPED_FILE - Static variable in interface com.ibm.dtfj.java.JavaRuntimeMemorySection
-
Type code for memory allocated for memory mapping files through an API like mmap().
- ALLOCATION_TYPE_SHARED_MEMORY - Static variable in interface com.ibm.dtfj.java.JavaRuntimeMemorySection
-
Type code for shared memory sections.
- ALLOCATION_TYPE_VIRTUAL_ALLOC - Static variable in interface com.ibm.dtfj.java.JavaRuntimeMemorySection
-
Type code for anonymous memory mappings / virtual allocations.
- arraycopy(int, Object, int, int) - Method in interface com.ibm.dtfj.java.JavaObject
-
Copies data from the image array into a local Java array.