Searched defs:fnpatts (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_redir.c1212 accumulate in fnpatts[] the fn patterns that pertain to this
1214 HChar* fnpatts[VG_CLO_MAX_REQ_TSYMS]; local
1220 VG_(memset)(&fnpatts, 0, sizeof(fnpatts));
1238 fnpatts[fnpatts_used++]
1246 /* So finally, fnpatts[0 .. fnpatts_used - 1] contains the set of
1254 if (0) VG_(printf)(" fnpatt: %s\n", fnpatts[i]);
1261 HChar* fnpatt = fnpatts[i];
1302 VG_(free)(fnpatts[i]);

Completed in 40 milliseconds