Searched refs:mtshp (Results 1 – 1 of 1) sorted by relevance
90 struct malloc_type_stream_header *mtshp; in memstat_sysctl_malloc() local172 if (size < sizeof(*mtshp)) { in memstat_sysctl_malloc()178 mtshp = (struct malloc_type_stream_header *)p; in memstat_sysctl_malloc()179 p += sizeof(*mtshp); in memstat_sysctl_malloc()181 if (mtshp->mtsh_version != MALLOC_TYPE_STREAM_VERSION) { in memstat_sysctl_malloc()192 maxcpus = mtshp->mtsh_maxcpus; in memstat_sysctl_malloc()193 count = mtshp->mtsh_count; in memstat_sysctl_malloc()