Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_malloc.c328 static u_int zone_offset = __FreeBSD_version; variable
329 TUNABLE_INT("debug.malloc.zone_offset", &zone_offset);
330 SYSCTL_UINT(_debug_malloc, OID_AUTO, zone_offset, CTLFLAG_RDTUN,
331 &zone_offset, 0, "Separate malloc types by examining the "
347 val = desc[zone_offset % len]; in mtp_set_subzone()