Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ shmexit
Function
shmexit
freebsd/kern/sysv_ipc.c:69–76 ·
view source on GitHub ↗
called from kern_exit.c */
Source
from the content-addressed store, hash-verified
67
68
/* called from kern_exit.c */
69
void
70
shmexit(struct vmspace *vm)
71
{
72
73
if (shmexit_hook != NULL)
74
shmexit_hook(vm);
75
return;
76
}
77
#endif
78
79
/*
Callers
2
exec_new_vmspace
Function · 0.85
vmspace_dofree
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected