Home
last modified time | relevance | path

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

/xnu-8019.80.24/libkern/os/
H A Drefcnt.c34 #define REFLOG_BTDEPTH 10 macro
117 uintptr_t bt[REFLOG_BTDEPTH]; in ref_log_op()
118 uint32_t nframes = backtrace(bt, REFLOG_BTDEPTH, NULL, NULL); in ref_log_op()
162 grp->grp_log = btlog_create(ref_log_nrecords, REFLOG_BTDEPTH, true); in os_ref_log_init()