Home
last modified time | relevance | path

Searched refs:oldrefHTN (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/helgrind/
Dlibhb_core.c4531 static UWord oldrefHTN = 0; /* # elems in oldrefHT */ variable
4541 if (oldrefHTN < HG_(clo_conflict_cache_size)) { in alloc_or_reuse_OldRef()
4542 oldrefHTN++; in alloc_or_reuse_OldRef()
4821 oldrefHTN = 0; in event_map_init()
6463 oldrefHTN, (int)(oldrefHTN * sizeof(OldRef))); in libhb_shutdown()
6464 tl_assert (oldrefHTN == VG_(HT_count_nodes) (oldrefHT)); in libhb_shutdown()