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

Class hc_list

malloc2/malloc2.c:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70struct slab {
71 struct hc_list slabs;
72 uint8_t *next;
73 uint8_t memory[];
74};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected