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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_site.c49 * The allocation statistics are accumulated in the SiteInfo for each
67 typedef struct SiteInfo { struct
73 } SiteInfo; typedef in typeref:struct:SiteInfo
113 static SiteInfo *
116 SiteInfo *info;
118 info = (SiteInfo*)table_get_info(gdata->site_table, index);
136 SiteInfo *info;
138 info = (SiteInfo *)info_ptr;
173 SiteInfo *info;
175 info = (SiteInfo *)info_pt
[all...]

Completed in 58 milliseconds