Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dhg_wordset.c74 #define WCache_INIT(_zzcache,_zzdynmax) \ argument
76 tl_assert((_zzdynmax) >= 1); \
77 tl_assert((_zzdynmax) <= N_WCACHE_STAT_MAX); \
78 (_zzcache).dynMax = (_zzdynmax); \