OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HT_remove
(Results
1 - 7
of
7
) sorted by null
/external/valgrind/include/
pub_tool_hashtable.h
73
extern void* VG_(
HT_remove
) ( VgHashTable *table, UWord key );
77
/* Same as VG_(HT_lookup) and VG_(
HT_remove
), but allowing a part of or
114
table has been modified (HT_add_node,
HT_remove
) since
/external/valgrind/memcheck/
mc_malloc_wrappers.c
468
followed by a VG_(
HT_remove
) in all "non-erroneous cases". */
471
if ((mc != VG_(
HT_remove
) ( MC_(malloc_list), (UWord)mc->data )))
481
mc = VG_(
HT_remove
) ( MC_(malloc_list), (UWord)p );
527
old_mc = VG_(
HT_remove
) ( MC_(malloc_list), (UWord)p_old );
724
mp = VG_(
HT_remove
) ( MC_(mempool_list), (UWord)pool );
879
mc = VG_(
HT_remove
)(mp->chunks, (UWord)addr);
948
if (VG_(
HT_remove
)(mp->chunks, (UWord)mc->data) == NULL) {
963
if (VG_(
HT_remove
)(mp->chunks, (UWord)mc->data) == NULL) {
[
all
...]
/external/valgrind/drd/
drd_malloc_wrappers.c
138
VG_(
HT_remove
)(s_malloc_list, (UWord)p);
234
VG_(
HT_remove
)(s_malloc_list, (UWord)p_old);
/external/valgrind/coregrind/
m_hashtable.c
191
void* VG_(
HT_remove
) ( VgHashTable *table, UWord key )
213
GEN!!! marks the lines that differs from VG_(
HT_remove
). */
/external/valgrind/massif/
ms_main.c
[
all
...]
/external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c
232
VG_(
HT_remove
) (gs_addresses, g->addr);
[
all
...]
/external/valgrind/helgrind/
hg_main.c
[
all
...]
Completed in 1004 milliseconds