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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_loader.c89 cleanup_item(TableIndex index, void *key_ptr, int key_len, function
228 table_cleanup(gdata->loader_table, &cleanup_item, NULL);
H A Dhprof_monitor.c126 cleanup_item(MonitorIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg) function
234 table_cleanup(gdata->monitor_table, &cleanup_item, (void*)NULL);
H A Dhprof_class.c221 cleanup_item(TableIndex index, void *key_ptr, int key_len, function
446 table_cleanup(gdata->class_table, &cleanup_item, NULL);
H A Dhprof_tls.c188 cleanup_item(TableIndex index, void *key_ptr, int key_len, function
840 table_cleanup(gdata->tls_table, &cleanup_item, NULL);

Completed in 28 milliseconds