
Data Fields | |
| char | name [48] |
| void * | table |
| TableIndex * | hash_buckets |
| Blocks * | info_blocks |
| Blocks * | key_blocks |
| TableIndex | next_index |
| TableIndex | table_size |
| TableIndex | table_incr |
| TableIndex | hash_bucket_count |
| int | elem_size |
| int | info_size |
| void * | freed_bv |
| int | freed_count |
| TableIndex | freed_start |
| int | resizes |
| unsigned | bucket_walks |
| jrawMonitorID | lock |
| SerialNumber | serial_num |
| TableIndex | hare |
Definition at line 108 of file hprof_table.c.
| unsigned LookupTable::bucket_walks |
Definition at line 124 of file hprof_table.c.
Definition at line 118 of file hprof_table.c.
| void* LookupTable::freed_bv |
Definition at line 120 of file hprof_table.c.
Definition at line 121 of file hprof_table.c.
Definition at line 122 of file hprof_table.c.
Definition at line 127 of file hprof_table.c.
Definition at line 117 of file hprof_table.c.
Definition at line 111 of file hprof_table.c.
Definition at line 112 of file hprof_table.c.
Definition at line 119 of file hprof_table.c.
Definition at line 113 of file hprof_table.c.
| jrawMonitorID LookupTable::lock |
Definition at line 125 of file hprof_table.c.
| char LookupTable::name[48] |
Definition at line 109 of file hprof_table.c.
Definition at line 114 of file hprof_table.c.
Definition at line 123 of file hprof_table.c.
Definition at line 126 of file hprof_table.c.
| void* LookupTable::table |
Definition at line 110 of file hprof_table.c.
Definition at line 116 of file hprof_table.c.
Definition at line 115 of file hprof_table.c.
1.6.1