Searched refs:probe_id (Results 1 – 1 of 1) sorted by relevance
398 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_MALLOC]; in malloc_type_zone_allocated() local399 if (probe_id != 0) in malloc_type_zone_allocated()400 (dtrace_malloc_probe)(probe_id, in malloc_type_zone_allocated()437 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_FREE]; in malloc_type_freed() local438 if (probe_id != 0) in malloc_type_freed()439 (dtrace_malloc_probe)(probe_id, in malloc_type_freed()