Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ stack_destroy
Function
stack_destroy
freebsd/kern/subr_stack.c:63–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void
64
stack_destroy(struct stack *st)
65
{
66
67
free(st, M_STACK);
68
}
69
70
int
71
stack_put(struct stack *st, vm_offset_t pc)
Callers
2
sysctl_kern_proc_kstack
Function · 0.85
sleepq_sbuf_print_stacks
Function · 0.85
Calls
1
free
Function · 0.70
Tested by
no test coverage detected