Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codr7/hacktical-c
/ hc_vm_deinit
Function
hc_vm_deinit
vm/vm.c:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void hc_vm_deinit(struct hc_vm *vm) {
64
deinit_stack(vm);
65
deinit_ops(vm);
66
hc_vector_deinit(&vm->code);
67
}
68
69
struct hc_value *hc_vm_push(struct hc_vm *vm) {
70
return hc_vector_push(&vm->stack);
Callers
2
hc_dsl_deinit
Function · 0.85
emit_tests
Function · 0.85
Calls
3
deinit_stack
Function · 0.85
deinit_ops
Function · 0.85
hc_vector_deinit
Function · 0.85
Tested by
1
emit_tests
Function · 0.68