Home
last modified time | relevance | path

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

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