Searched defs:cleanup_item (Results 1 - 4 of 4) sorted by relevance
| /openjdk7/jdk/src/share/demo/jvmti/hprof/ |
| H A D | hprof_loader.c | 89 cleanup_item(TableIndex index, void *key_ptr, int key_len, function 228 table_cleanup(gdata->loader_table, &cleanup_item, NULL);
|
| H A D | hprof_monitor.c | 126 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 D | hprof_class.c | 221 cleanup_item(TableIndex index, void *key_ptr, int key_len, function 446 table_cleanup(gdata->class_table, &cleanup_item, NULL);
|
| H A D | hprof_tls.c | 188 cleanup_item(TableIndex index, void *key_ptr, int key_len, function 840 table_cleanup(gdata->tls_table, &cleanup_item, NULL);
|
Completed in 28 milliseconds