Sq3Lite PACKAGE - functions related to index 'Internal' and doc 'Memory' … More...
Functions | |
JNIEXPORT jlong JNICALL | Java_jvsq3lite_Sq3Lite_HardHeapLimit64 (JNIEnv *env, jclass class, jlong N) |
Java: → C-API Impose A Limit On Heap Size … | |
JNIEXPORT void JNICALL | Java_jvsq3lite_Sq3Lite_ReleaseMemory (JNIEnv *env, jclass class, jint N) |
Java: → C-API Attempt To Free Heap Memory … | |
JNIEXPORT jlong JNICALL | Java_jvsq3lite_Sq3Lite_SoftHeapLimit64 (JNIEnv *env, jclass class, jlong N) |
Java: → C-API Impose A Limit On Heap Size … | |
static native long | jvsq3lite.Sq3Lite.HardHeapLimit64 (long N) |
Java: → C-API Impose A Limit On Heap Size … | |
static native void | jvsq3lite.Sq3Lite.ReleaseMemory (int N) |
Java: → C-API Attempt To Free Heap Memory … | |
static native long | jvsq3lite.Sq3Lite.SoftHeapLimit64 (long N) |
Java: → C-API Impose A Limit On Heap Size … | |
Sq3Lite PACKAGE - functions related to index 'Internal' and doc 'Memory' …
Attempt To Free Heap Memory:
Impose A Limit On Heap Size:
Reference code from sqlite3:
Attempt To Free Heap Memory:
Impose A Limit On Heap Size:
Reference code from sqlite3:
|
static |
Java:
→ C-API [static] long HardHeapLimit64(long N)
Impose A Limit On Heap Size …
JNIEXPORT jlong JNICALL Java_jvsq3lite_Sq3Lite_HardHeapLimit64 | ( | JNIEnv * | env, |
jclass | class, | ||
jlong | N ) |
Java:
→ C-API [static] long HardHeapLimit64(long N)
Impose A Limit On Heap Size …
Definition at line 1507 of file LibSq3Lite_jv.c.
JNIEXPORT void JNICALL Java_jvsq3lite_Sq3Lite_ReleaseMemory | ( | JNIEnv * | env, |
jclass | class, | ||
jint | N ) |
Java:
→ C-API [static] ReleaseMemory(int N)
Attempt To Free Heap Memory …
Definition at line 1515 of file LibSq3Lite_jv.c.
JNIEXPORT jlong JNICALL Java_jvsq3lite_Sq3Lite_SoftHeapLimit64 | ( | JNIEnv * | env, |
jclass | class, | ||
jlong | N ) |
Java:
→ C-API [static] long SoftHeapLimit64(long N)
Impose A Limit On Heap Size …
Definition at line 1524 of file LibSq3Lite_jv.c.
|
static |
Java:
→ C-API [static] ReleaseMemory(int N)
Attempt To Free Heap Memory …
|
static |
Java:
→ C-API [static] long SoftHeapLimit64(long N)
Impose A Limit On Heap Size …