Apologies for pulling up another thread right away, but I realize I
kind of closed up the other one without getting the first question
answered....
If I declare a global array (or structure, pointer, variable, etc...)
in native source like:
jint my_array[10];
jint* my_pointer;
//etc...
//Function prototypes and definitions below....
JNIEXPORT void JNICALL Java_com_testing_tests3d_Shape_mdLoader(JNIEnv*
env, jobject thiz){
//Stuff...
}
Are the global items susceptible to Garbage Collection even though
they are not a part of any Class?
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to
andro...@googlegroups.com.
To unsubscribe from this group, send email to
android-ndk...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/android-ndk?hl=en.