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