Searched refs:zone_offset (Results 1 – 1 of 1) sorted by relevance
326 static u_int zone_offset = __FreeBSD_version; variable327 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()