OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
35
C-as-C++ style inheritance, tools can extend the
VgHashNode
type, so long
48
VgHashNode
;
64
/* Looks up a
VgHashNode
in the table. Returns NULL if not found. If entries
69
/* Removes a
VgHashNode
from the table. Returns NULL if not found. */
75
extern
VgHashNode
** VG_(HT_to_array) ( VgHashTable t, /*OUT*/ UInt* n_elems );
/external/valgrind/main/memcheck/
mc_leakcheck.c
349
VG_(ssort)(mallocs, n_mallocs, sizeof(
VgHashNode
*), compare_MC_Chunks);
390
chunks = VG_(malloc)("mc.fas.2", sizeof(
VgHashNode
*) * (n_chunks));
[
all
...]
mc_malloc_wrappers.c
712
VG_(ssort)((void*)chunks, n_chunks, sizeof(
VgHashNode
*), mp_compar);
825
VgHashNode
** chunks;
/external/valgrind/main/helgrind/
hg_main.c
[
all
...]
Completed in 91 milliseconds