Searched refs:dtrace_memstr_max (Results 1 – 2 of 2) sorted by relevance
88 SYSCTL_INT(_kern_dtrace, OID_AUTO, memstr_max, CTLFLAG_RW, &dtrace_memstr_max,
207 int dtrace_memstr_max = 4096; variable6073 if (dtrace_memstr_max != 0 && size > dtrace_memstr_max) {