Searched defs:nativeTypes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/management/
H A DGcInfoBuilder.c51 jchar* nativeTypes; local
81 nativeTypes = (jchar*) malloc(num_attributes * sizeof(jchar));
82 if (nativeTypes == NULL) {
88 nativeTypes[i] = ext_att_info[i].type;
94 (*env)->SetCharArrayRegion(env, types, 0, num_attributes, nativeTypes);
99 if (nativeTypes != NULL) {
100 free(nativeTypes);
182 jchar* nativeTypes; local
215 nativeTypes = (jchar*) malloc(ext_att_count * sizeof(jchar));
216 if (nativeTypes
[all...]

Completed in 37 milliseconds