Searched refs:pmc_allocated_cnt (Results 1 – 1 of 1) sorted by relevance
55 extern int pmc_allocated_cnt;56 int pmc_allocated_cnt=0; variable2498 pmc_allocated_cnt = PMC_INITIAL_ALLOC; in get_cpuid_set()2499 sz = sizeof(char *) * pmc_allocated_cnt; in get_cpuid_set()2528 if (valid_pmc_cnt >= pmc_allocated_cnt) { in get_cpuid_set()2532 sz = sizeof(char *) * (pmc_allocated_cnt * 2); in get_cpuid_set()2540 pmc_allocated_cnt *= 2; in get_cpuid_set()