Searched refs:memstat_malloc_zone_count (Results 1 – 1 of 1) sorted by relevance
45 static int memstat_malloc_zone_count; variable445 size = sizeof(memstat_malloc_zone_count); in memstat_malloc_zone_init()446 if (sysctlbyname("vm.malloc.zone_count", &memstat_malloc_zone_count, in memstat_malloc_zone_init()451 if (memstat_malloc_zone_count > (int)nitems(memstat_malloc_zone_sizes)) { in memstat_malloc_zone_init()484 &memstat_malloc_zone_count, sizeof(memstat_malloc_zone_count), 0); in memstat_malloc_zone_init_kvm()497 allocsize = objsize * memstat_malloc_zone_count; in memstat_malloc_zone_init_kvm()522 return (memstat_malloc_zone_count); in memstat_malloc_zone_get_count()