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

Class hc_malloc

vector/vector.h:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 size_t item_size, capacity, length;
22 uint8_t *start, *end;
23 struct hc_malloc *malloc;
24};
25
26struct hc_vector *hc_vector_init(struct hc_vector *v,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected