Home
last modified time | relevance | path

Searched refs:VgHashTable (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/include/
Dpub_tool_hashtable.h52 typedef struct _VgHashTable VgHashTable; typedef
58 extern VgHashTable *VG_(HT_construct) ( const HChar* name );
61 extern UInt VG_(HT_count_nodes) ( const VgHashTable *table );
64 extern void VG_(HT_add_node) ( VgHashTable *t, void* node );
70 extern void* VG_(HT_lookup) ( const VgHashTable *table, UWord key );
73 extern void* VG_(HT_remove) ( VgHashTable *table, UWord key );
91 extern void* VG_(HT_gen_lookup) ( const VgHashTable *table, const void* node,
93 extern void* VG_(HT_gen_remove) ( VgHashTable *table, const void* node,
99 extern void VG_(HT_print_stats) ( const VgHashTable *table, HT_Cmp_t cmp );
105 extern VgHashNode** VG_(HT_to_array) ( const VgHashTable *table,
[all …]
/external/valgrind/coregrind/
Dm_hashtable.c69 VgHashTable *VG_(HT_construct) ( const HChar* name ) in VG_()
74 VgHashTable *table = VG_(calloc)("hashtable.Hc.1", in VG_()
85 UInt VG_(HT_count_nodes) ( const VgHashTable *table ) in VG_()
90 static void resize ( VgHashTable *table ) in resize()
144 void VG_(HT_add_node) ( VgHashTable *table, void* vnode ) in VG_()
160 void* VG_(HT_lookup) ( const VgHashTable *table, UWord key ) in VG_()
175 void* VG_(HT_gen_lookup) ( const VgHashTable *table, const void* node, in VG_()
191 void* VG_(HT_remove) ( VgHashTable *table, UWord key ) in VG_()
214 void* VG_(HT_gen_remove) ( VgHashTable *table, const void* node, HT_Cmp_t cmp ) in VG_()
236 void VG_(HT_print_stats) ( const VgHashTable *table, HT_Cmp_t cmp ) in VG_()
[all …]
Dm_deduppoolalloc.c56 VgHashTable *ht_elements;
/external/valgrind/memcheck/
Dmc_include.h99 VgHashTable *chunks; // chunks associated with this pool
107 VgHashTable *table);
135 extern VgHashTable *MC_(malloc_list);
138 extern VgHashTable *MC_(mempool_list);
Dmc_malloc_wrappers.c73 VgHashTable *MC_(malloc_list) = NULL;
77 VgHashTable *MC_(mempool_list) = NULL;
231 static Bool in_block_list (const VgHashTable *block_list, MC_Chunk* mc) in in_block_list()
363 VgHashTable *table) in MC_()
/external/valgrind/drd/
Ddrd_malloc_wrappers.c64 static VgHashTable *s_malloc_list = NULL;
/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf3.c470 VgHashTable *ht_abbvs;
483 VgHashTable *signature_types;
1085 static void record_signatured_type ( VgHashTable *tab, in record_signatured_type()
1100 static UWord lookup_signatured_type ( const VgHashTable *tab, in lookup_signatured_type()
4489 VgHashTable *signature_types = NULL; in new_dwarf3_reader_wrk()
/external/valgrind/coregrind/m_gdbserver/
Dm_gdbserver.c200 static VgHashTable *gs_addresses = NULL;
/external/valgrind/docs/internals/
D3_11_BUGSTATUS.txt409 using VG_(HT_remove_at_Iter)(VgHashTable *table)
/external/valgrind/massif/
Dms_main.c1099 static VgHashTable *malloc_list = NULL; // HP_Chunks
/external/valgrind/helgrind/
Dhg_main.c4119 static VgHashTable *hg_mallocmeta_table = NULL;
Dlibhb_core.c4530 static VgHashTable* oldrefHT = NULL; /* Hash table* OldRef* */