Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dkern_stackshot.c1071 #define SIZE_EST(x) ROUNDUP((x), sizeof (uintptr_t)) in stackshot_plh_est_size() macro
1072 return SIZE_EST(size * sizeof(*plh->plh_array)) + in stackshot_plh_est_size()
1073 SIZE_EST(size * sizeof(*plh->plh_chains)) + in stackshot_plh_est_size()
1074 SIZE_EST(size * sizeof(*plh->plh_gen)) + in stackshot_plh_est_size()
1075 SIZE_EST((1ul << STACKSHOT_PLH_SHIFT) * sizeof(*plh->plh_hash)); in stackshot_plh_est_size()
1076 #undef SIZE_EST in stackshot_plh_est_size()