HomeSort by relevance Sort by last modified time
    Searched refs:VgHashNode (Results 1 - 5 of 5) sorted by null

  /external/valgrind/coregrind/
m_hashtable.c 48 VgHashNode* iterNode; // current iterator node
50 VgHashNode** chains; // expanding array of hash chains
73 SizeT sz = n_chains * sizeof(VgHashNode*);
96 VgHashNode** chains;
97 VgHashNode * node;
124 sz = new_chains * sizeof(VgHashNode*);
130 VgHashNode* next = node->next;
142 /* Puts a new, heap allocated VgHashNode, into the VgHashTable. Prepends
146 VgHashNode* node = (VgHashNode*)vnode
    [all...]
  /external/valgrind/include/
pub_tool_hashtable.h 37 C-as-C++ style inheritance, tools can extend the VgHashNode type, so long
50 VgHashNode;
66 /* Looks up a VgHashNode by key in the table.
72 /* Removes a VgHashNode by key from the table. Returns NULL if not found. */
105 extern VgHashNode** VG_(HT_to_array) ( const VgHashTable *table,
  /external/valgrind/memcheck/
mc_malloc_wrappers.c 789 VG_(ssort)((void*)chunks, n_chunks, sizeof(VgHashNode*), mp_compar);
902 VgHashNode** chunks;
    [all...]
mc_leakcheck.c 351 VG_(ssort)(mallocs, n_mallocs, sizeof(VgHashNode*), compare_MC_Chunks);
392 chunks = VG_(malloc)("mc.fas.2", sizeof(VgHashNode*) * (n_chunks));
    [all...]
  /external/valgrind/helgrind/
hg_main.c     [all...]

Completed in 1934 milliseconds