Searched refs:GlobalData (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/heapViewer/
H A DheapViewer.c56 } GlobalData; typedef in typeref:struct:__anon527
57 static GlobalData globalData, *gdata = &globalData;
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof.h402 } GlobalData; typedef in typeref:struct:__anon533
406 extern GlobalData * gdata;
H A Dhprof_init.c58 * should be found in the GlobalData structure pointed to by gdata
70 GlobalData *gdata;
150 static GlobalData *
153 static GlobalData data;
156 (void)memset(&data, 0, sizeof(GlobalData));
2157 * (void)memset(gdata, 0, sizeof(GlobalData));

Completed in 38 milliseconds