Searched refs:pmc_allocated_cnt (Results 1 - 1 of 1) sorted by last modified time

/freebsd-current/usr.sbin/pmcstudy/
H A Dpmcstudy.c55 extern int pmc_allocated_cnt;
56 int pmc_allocated_cnt=0; variable
2498 pmc_allocated_cnt = PMC_INITIAL_ALLOC;
2499 sz = sizeof(char *) * pmc_allocated_cnt;
2528 if (valid_pmc_cnt >= pmc_allocated_cnt) {
2532 sz = sizeof(char *) * (pmc_allocated_cnt * 2);
2540 pmc_allocated_cnt *= 2;

Completed in 91 milliseconds