Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vm_destroy
Function
vm_destroy
freebsd/amd64/vmm/vmm.c:587–592 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
585
}
586
587
void
588
vm_destroy(struct vm *vm)
589
{
590
vm_cleanup(vm, true);
591
free(vm, M_VM);
592
}
593
594
int
595
vm_reinit(struct vm *vm)
Callers
1
vmmdev_destroy
Function · 0.85
Calls
2
vm_cleanup
Function · 0.85
free
Function · 0.50
Tested by
no test coverage detected