MCPcopy 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
587void
588vm_destroy(struct vm *vm)
589{
590 vm_cleanup(vm, true);
591 free(vm, M_VM);
592}
593
594int
595vm_reinit(struct vm *vm)

Callers 1

vmmdev_destroyFunction · 0.85

Calls 2

vm_cleanupFunction · 0.85
freeFunction · 0.50

Tested by

no test coverage detected