FACT++  1.0
JNIEXPORT void JNICALL Java_dim_MutableMemory_releaseNativeDataBlock ( JNIEnv *  env,
jclass  nativeClass,
jlong  desc 
)

Definition at line 2076 of file dim_jni.c.

References DBGe, dim_Dbg_MEMORY_ALLOCATE, Memory::free(), and Java_dim_MutableMemory_setBoolean().

Referenced by Java_dim_MutableMemory_allocateNativeDataBlock().

2077 {
2078  if(env){}
2079  if(nativeClass){}
2080  DBGe(dim_Dbg_MEMORY_ALLOCATE) printf("DimJNI: MutableMemory.releaseNativeDataBlock 0x%08lx\n", desc);
2081  //printf("free %08X\n", desc);
2082  free((void*)desc);
2083  return;
2084 }
#define dim_Dbg_MEMORY_ALLOCATE
Definition: dim_jni.c:17
void free(void *mem)
#define DBGe(test)
Definition: dim_jni.c:64

+ Here is the call graph for this function:

+ Here is the caller graph for this function: