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

  /external/valgrind/main/coregrind/
m_hashtable.c 46 VgHashNode* iterNode; // current iterator node
48 VgHashNode** chains; // expanding array of hash chains
71 SizeT sz = n_chains * sizeof(VgHashNode*);
94 VgHashNode** chains;
95 VgHashNode * node;
122 sz = new_chains * sizeof(VgHashNode*);
128 VgHashNode* next = node->next;
140 /* Puts a new, heap allocated VgHashNode, into the VgHashTable. Prepends
144 VgHashNode* node = (VgHashNode*)vnode
    [all...]
  /external/valgrind/main/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 in the table. Returns NULL if not found. If entries
71 /* Removes a VgHashNode from the table. Returns NULL if not found. */
77 extern VgHashNode** VG_(HT_to_array) ( VgHashTable t, /*OUT*/ UInt* n_elems );
  /external/valgrind/main/memcheck/
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...]
mc_malloc_wrappers.c 811 VG_(ssort)((void*)chunks, n_chunks, sizeof(VgHashNode*), mp_compar);
924 VgHashNode** chunks;
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]

Completed in 909 milliseconds