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

/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c1012 QCache; typedef in typeref:struct:__anon32812
1014 static void QCache__invalidate ( QCache* qc ) {
1019 static void QCache__pp ( QCache* qc, const HChar* who )
1022 VG_(printf)("<<< QCache with %ld elements (%s)\n", qc->nInUse, who);
1046 static QCache qcaches[VG_N_THREADS];
1536 QCache* cache = &qcaches[tid];
1601 QCache* cache = &qcaches[tid];

Completed in 777 milliseconds