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