Searched refs:VgHashTable (Results 1 – 11 of 11) sorted by relevance
/external/valgrind/include/ |
D | pub_tool_hashtable.h | 52 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/ |
D | m_hashtable.c | 69 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 …]
|
D | m_deduppoolalloc.c | 55 VgHashTable *ht_elements;
|
/external/valgrind/memcheck/ |
D | mc_include.h | 96 VgHashTable *chunks; // chunks associated with this pool 104 VgHashTable *table); 130 extern VgHashTable *MC_(malloc_list); 133 extern VgHashTable *MC_(mempool_list);
|
D | mc_malloc_wrappers.c | 69 VgHashTable *MC_(malloc_list) = NULL; 73 VgHashTable *MC_(mempool_list) = NULL; 227 static Bool in_block_list (const VgHashTable *block_list, MC_Chunk* mc) in in_block_list() 341 Bool is_zeroed, MC_AllocKind kind, VgHashTable *table) in MC_()
|
/external/valgrind/drd/ |
D | drd_malloc_wrappers.c | 64 static VgHashTable *s_malloc_list = NULL;
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readdwarf3.c | 470 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/ |
D | m_gdbserver.c | 200 static VgHashTable *gs_addresses = NULL;
|
/external/valgrind/massif/ |
D | ms_main.c | 1477 static VgHashTable *malloc_list = NULL; // HP_Chunks
|
/external/valgrind/helgrind/ |
D | hg_main.c | 4117 static VgHashTable *hg_mallocmeta_table = NULL;
|
D | libhb_core.c | 4530 static VgHashTable* oldrefHT = NULL; /* Hash table* OldRef* */
|