Home
last modified time | relevance | path

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

/freebsd/lib/libmemstat/
H A Dmemstat_malloc.c44 static int memstat_malloc_zone_count; variable
444 size = sizeof(memstat_malloc_zone_count); in memstat_malloc_zone_init()
445 if (sysctlbyname("vm.malloc.zone_count", &memstat_malloc_zone_count, in memstat_malloc_zone_init()
450 if (memstat_malloc_zone_count > (int)nitems(memstat_malloc_zone_sizes)) { in memstat_malloc_zone_init()
483 &memstat_malloc_zone_count, sizeof(memstat_malloc_zone_count), 0); in memstat_malloc_zone_init_kvm()
496 allocsize = objsize * memstat_malloc_zone_count; in memstat_malloc_zone_init_kvm()
521 return (memstat_malloc_zone_count); in memstat_malloc_zone_get_count()