MCPcopy Create free account
hub / github.com/Firebasky/Java / ReleaseFloatArrayElements

Method ReleaseFloatArrayElements

JNI/jni/jni.h:1719–1723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1717 functions->ReleaseLongArrayElements(this,array,elems,mode);
1718 }
1719 void ReleaseFloatArrayElements(jfloatArray array,
1720 jfloat *elems,
1721 jint mode) {
1722 functions->ReleaseFloatArrayElements(this,array,elems,mode);
1723 }
1724 void ReleaseDoubleArrayElements(jdoubleArray array,
1725 jdouble *elems,
1726 jint mode) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected