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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_site.c198 qsort_compare_allocated_bytes(const void *p_site1, const void *p_site2) argument
205 HPROF_ASSERT(p_site1!=NULL);
207 site1 = *(SiteIndex *)p_site1;
215 qsort_compare_live_bytes(const void *p_site1, const void *p_site2) argument
222 HPROF_ASSERT(p_site1!=NULL);
224 site1 = *(SiteIndex *)p_site1;

Completed in 269 milliseconds