Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libmemstat/
HDmemstat_malloc.c81 struct malloc_type_header *mthp; in memstat_sysctl_malloc() local
129 size = sizeof(*mthp) + count * (sizeof(*mthp) + sizeof(*mtsp) * in memstat_sysctl_malloc()
183 mthp = (struct malloc_type_header *)p; in memstat_sysctl_malloc()
184 p += sizeof(*mthp); in memstat_sysctl_malloc()
188 mthp->mth_name); in memstat_sysctl_malloc()
193 mthp->mth_name, maxcpus); in memstat_sysctl_malloc()