Searched refs:memstat_malloc_zone_count (Results 1 – 1 of 1) sorted by relevance
47 static int memstat_malloc_zone_count; variable447 size = sizeof(memstat_malloc_zone_count); in memstat_malloc_zone_init()448 if (sysctlbyname("vm.malloc.zone_count", &memstat_malloc_zone_count, in memstat_malloc_zone_init()453 if (memstat_malloc_zone_count > (int)nitems(memstat_malloc_zone_sizes)) { in memstat_malloc_zone_init()486 &memstat_malloc_zone_count, sizeof(memstat_malloc_zone_count), 0); in memstat_malloc_zone_init_kvm()499 allocsize = objsize * memstat_malloc_zone_count; in memstat_malloc_zone_init_kvm()524 return (memstat_malloc_zone_count); in memstat_malloc_zone_get_count()