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

Class hc_memo_alloc

malloc2/malloc2.h:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11/* Memo */
12
13struct hc_memo_alloc {
14 struct hc_malloc malloc;
15 struct hc_malloc *source;
16 struct hc_set memo;
17};
18
19struct hc_memo_alloc *hc_memo_alloc_init(struct hc_memo_alloc *a,
20 struct hc_malloc *source);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected