Home
last modified time | relevance | path

Searched refs:ZALIGN_64 (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dcounter_common.c72 *counter = zalloc_percpu_permanent(sizeof(uint64_t), ZALIGN_64); in scalable_counter_static_init()
H A Dzalloc.h719 #define ZALIGN_64 (sizeof(uint64_t) - 1) macro
/xnu-8019.80.24/osfmk/kperf/
H A Dkptimer.c172 kptimer.g_cpu_deadlines = zalloc_permanent(deadlines_size, ZALIGN_64); in kptimer_setup()