Searched refs:mtip (Results 1 – 3 of 3) sorted by relevance
329 struct malloc_type_internal *mtip; in malloc_type_zone_allocated() local333 mtip = mtp->ks_handle; in malloc_type_zone_allocated()334 mtsp = &mtip->mti_stats[curcpu]; in malloc_type_zone_allocated()344 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_MALLOC]; in malloc_type_zone_allocated()347 (uintptr_t) mtp, (uintptr_t) mtip, in malloc_type_zone_allocated()372 struct malloc_type_internal *mtip; in malloc_type_freed() local376 mtip = mtp->ks_handle; in malloc_type_freed()377 mtsp = &mtip->mti_stats[curcpu]; in malloc_type_freed()383 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_FREE]; in malloc_type_freed()386 (uintptr_t) mtp, (uintptr_t) mtip, in malloc_type_freed()[all …]
114 struct malloc_type_internal *mtip = mtp->ks_handle; in dtmalloc_type_cb() local131 &mtip->mti_probes[DTMALLOC_PROBE_MALLOC]); in dtmalloc_type_cb()133 &mtip->mti_probes[DTMALLOC_PROBE_FREE]); in dtmalloc_type_cb()
288 struct malloc_type_internal *mtip; in memstat_kvm_malloc() local348 mtip = type.ks_handle; in memstat_kvm_malloc()349 ret = kread(kvm, mtip->mti_stats, mts, mp_maxcpus * in memstat_kvm_malloc()