Home
last modified time | relevance | path

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

/xnu-8020.101.4/san/memory/
H A Dubsan_log.c45 static const size_t ubsan_log_size = 2048; variable
46 ubsan_violation_t ubsan_log[ubsan_log_size];
62 return (x + 1) % ubsan_log_size; in next_entry()
109 return ubsan_log_size - (tail - head + 1); in ubsan_log_recorded()
116 const size_t buf_size = ubsan_log_size * 256;
180 SYSCTL_COMPAT_UINT(_kern_ubsan, OID_AUTO, logsize, CTLFLAG_RD, NULL, (unsigned)ubsan_log_size, "");