Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDkern_malloc.c329 struct malloc_type_internal *mtip; in malloc_type_zone_allocated() local
333 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() local
376 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 …]
/trueos/sys/cddl/dev/dtmalloc/
HDdtmalloc.c114 struct malloc_type_internal *mtip = mtp->ks_handle; in dtmalloc_type_cb() local
131 &mtip->mti_probes[DTMALLOC_PROBE_MALLOC]); in dtmalloc_type_cb()
133 &mtip->mti_probes[DTMALLOC_PROBE_FREE]); in dtmalloc_type_cb()
/trueos/lib/libmemstat/
HDmemstat_malloc.c288 struct malloc_type_internal *mtip; in memstat_kvm_malloc() local
348 mtip = type.ks_handle; in memstat_kvm_malloc()
349 ret = kread(kvm, mtip->mti_stats, mts, mp_maxcpus * in memstat_kvm_malloc()