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

/xnu-2422.115.4/osfmk/pmc/
H A Dpmc.c164 * perf_small_zone unit size is (on K64) 48 bytes
165 * perf_small_zone max count must be max number of perf monitors, plus (max
176 static zone_t perf_small_zone = NULL; variable
264 perf_small_zone = zinit(PERF_SMALL_UNIT_SZ,
268 assert(perf_small_zone);
333 return (perf_monitor_t)zalloc(perf_small_zone);
337 zfree(perf_small_zone, pm);
441 * to the perf_small_zone via a call to perf_monitor_free().
619 return (pmc_config_t)zalloc(perf_small_zone);
632 zfree(perf_small_zone, confi
[all...]

Completed in 7 milliseconds