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

/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.c2218 size_t matchCount = 0UL, ii = 0UL, swapPtr = 0UL; local
2241 matchCount++;
2245 if(matchCount) {
2248 * just allocate enough space for @matchCount pmc_t's, and copy the
2253 pmc_t *result = (pmc_t *)kalloc(sizeof(pmc_t) * matchCount);
2256 memcpy(result, list, sizeof(pmc_t) * matchCount);
2270 *pmcCount = matchCount;

Completed in 24 milliseconds