Home
last modified time | relevance | path

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

/freebsd-head/lib/libmemstat/
HDmemstat_malloc.c79 struct malloc_type_stream_header *mtshp; in memstat_sysctl_malloc() local
159 if (size < sizeof(*mtshp)) { in memstat_sysctl_malloc()
165 mtshp = (struct malloc_type_stream_header *)p; in memstat_sysctl_malloc()
166 p += sizeof(*mtshp); in memstat_sysctl_malloc()
168 if (mtshp->mtsh_version != MALLOC_TYPE_STREAM_VERSION) { in memstat_sysctl_malloc()
179 maxcpus = mtshp->mtsh_maxcpus; in memstat_sysctl_malloc()
180 count = mtshp->mtsh_count; in memstat_sysctl_malloc()