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