Home
last modified time | relevance | path

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

/NextBSD/lib/libmemstat/
HDmemstat_malloc.c70 struct malloc_type_stats *mtsp; in memstat_sysctl_malloc()
190 mtsp = (struct malloc_type_stats *)p; in memstat_sysctl_malloc()
287 struct malloc_type_stats *mts, *mtsp; in memstat_kvm_malloc()
321 mts = malloc(sizeof(struct malloc_type_stats) * mp_maxcpus); in memstat_kvm_malloc()
350 sizeof(struct malloc_type_stats), 0); in memstat_kvm_malloc()
/NextBSD/sys/sys/
HDmalloc.h75 struct malloc_type_stats { struct
97 struct malloc_type_stats mti_stats[MAXCPU]; argument
/NextBSD/sys/kern/
HDkern_malloc.c328 struct malloc_type_stats *mtsp; in malloc_type_zone_allocated()
371 struct malloc_type_stats *mtsp; in malloc_type_freed()
852 struct malloc_type_stats *mtsp; in malloc_uninit()