MCPcopy Create free account
hub / github.com/codr7/hacktical-c / hc_malloc

Class hc_malloc

malloc1/malloc1.h:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 _hc_release(m, hc_unique(malloc_m), p)
25
26struct hc_malloc {
27 void *(*acquire)(struct hc_malloc *, size_t);
28 void (*release)(struct hc_malloc *, void *);
29};
30
31extern struct hc_malloc hc_malloc_default;
32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected