Home
last modified time | relevance | path

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

/freebsd/sys/cddl/dev/dtmalloc/
H A Ddtmalloc.c123 &mtip->mti_probes[DTMALLOC_PROBE_MALLOC]); in dtmalloc_type_cb()
125 &mtip->mti_probes[DTMALLOC_PROBE_FREE]); in dtmalloc_type_cb()
/freebsd/sys/sys/
H A Dmalloc.h104 uint32_t mti_probes[DTMALLOC_PROBE_MAX]; member
/freebsd/sys/kern/
H A Dkern_malloc.c396 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_MALLOC]; in malloc_type_zone_allocated()
435 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_FREE]; in malloc_type_freed()