Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_malloc.c318 static u_int zone_offset = __FreeBSD_version; variable
319 TUNABLE_INT("debug.malloc.zone_offset", &zone_offset);
320 SYSCTL_UINT(_debug_malloc, OID_AUTO, zone_offset, CTLFLAG_RDTUN,
321 &zone_offset, 0, "Separate malloc types by examining the "
337 val = desc[zone_offset % len]; in mtp_set_subzone()