Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codr7/hacktical-c
/ hc_malloc
Class
hc_malloc
vm/vm.h:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
};
26
27
void hc_vm_init(struct hc_vm *vm, struct hc_malloc *malloc);
28
void hc_vm_deinit(struct hc_vm *vm);
29
30
struct hc_value *hc_vm_push(struct hc_vm *vm);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected