Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dlibhb_core.c4268 static RCEC** contextTab = NULL; /* hash table of RCEC*s */ variable
4369 copy = contextTab[hent]; in ctxt__find_or_add()
4382 if (copy != contextTab[hent]) { in ctxt__find_or_add()
4383 move_RCEC_one_step_forward( &contextTab[hent], copy ); in ctxt__find_or_add()
4389 copy->next = contextTab[hent]; in ctxt__find_or_add()
4390 contextTab[hent] = copy; in ctxt__find_or_add()
4802 tl_assert(!contextTab); in event_map_init()
4803 contextTab = HG_(zalloc)( "libhb.event_map_init.2 (context table)", in event_map_init()
4806 contextTab[i] = NULL; in event_map_init()
4847 for (rcec = contextTab[i]; rcec; rcec = rcec->next) { in event_map__check_reference_counts()
[all …]