Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libmemstat/
H A Dmemstat_malloc.c45 static int memstat_malloc_zone_count; variable
445 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()