Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ kdtrace_thread_dtor
Function
kdtrace_thread_dtor
freebsd/kern/kern_dtrace.c:100–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
void
101
kdtrace_thread_dtor(struct thread *td)
102
{
103
104
free(td->td_dtrace, M_KDTRACE);
105
td->td_dtrace = NULL;
106
}
Callers
1
thread_dtor
Function · 0.85
Calls
1
free
Function · 0.70
Tested by
no test coverage detected