Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dkern_stackshot.c2869 #define SIZE_EST(x) ROUNDUP((x), sizeof (uintptr_t)) in stackshot_plh_est_size() macro
2870 return SIZE_EST(size * sizeof(*plh->plh_array)) + in stackshot_plh_est_size()
2871 SIZE_EST(size * sizeof(*plh->plh_chains)) + in stackshot_plh_est_size()
2872 SIZE_EST(size * sizeof(*stackshot_cpu_ctx.scc_plh_gen.pgs_gen) * real_ncpus) + in stackshot_plh_est_size()
2873 SIZE_EST((1ul << STACKSHOT_PLH_SHIFT) * sizeof(*plh->plh_hash)); in stackshot_plh_est_size()
2874 #undef SIZE_EST in stackshot_plh_est_size()