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

/xnu-2422.115.4/osfmk/pmc/
H A Dpmc.c2216 size_t matchCount = 0UL, ii = 0UL, swapPtr = 0UL; local
2239 matchCount++;
2243 if(matchCount) {
2246 * just allocate enough space for @matchCount pmc_t's, and copy the
2251 pmc_t *result = (pmc_t *)kalloc(sizeof(pmc_t) * matchCount);
2254 memcpy(result, list, sizeof(pmc_t) * matchCount);
2268 *pmcCount = matchCount;

Completed in 24 milliseconds