Searched refs:htab_used (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c1224 UWord htab_used; /* number of hash table slots currently in use */ member in struct:_StackFrame
1307 tl_assert(xx == frame->htab_used);
1326 sf->htab_used = 0;
1375 /* check sf->htab_used is correct. Optional and a bit expensive
1383 tl_assert(j == sf->htab_used);
1403 if (UNLIKELY(2 * sf->htab_used >= 1 * sf->htab_size)) {
1407 tl_assert(2 * sf->htab_used <= sf->htab_size);
1440 sf->htab_used++;
1465 sf->htab_used++;
1912 /* This sets up .htab, .htab_size and .htab_used */
[all...]

Completed in 164 milliseconds