Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codr7/hacktical-c
/ hc_malloc
Class
hc_malloc
vector/vector.c:13–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
12
struct hc_vector *hc_vector_init(struct hc_vector *v,
13
struct hc_malloc *malloc,
14
const size_t item_size) {
15
v->malloc = malloc;
16
v->item_size = item_size;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected