Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libmemstat/
Dmemstat_malloc.c71 struct malloc_type_header *mthp; in memstat_sysctl_malloc() local
114 size = sizeof(*mthp) + count * (sizeof(*mthp) + sizeof(*mtsp) * in memstat_sysctl_malloc()
168 mthp = (struct malloc_type_header *)p; in memstat_sysctl_malloc()
169 p += sizeof(*mthp); in memstat_sysctl_malloc()
173 mthp->mth_name); in memstat_sysctl_malloc()
178 mthp->mth_name, maxcpus); in memstat_sysctl_malloc()