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

Class hc_malloc

set/set.c:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4struct hc_set *hc_set_init(struct hc_set *s,
5 struct hc_malloc *malloc,
6 const size_t item_size,
7 hc_cmp_t cmp) {
8 hc_vector_init(&s->items, malloc, item_size);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected