| 11 | /* Memo */ |
| 12 | |
| 13 | struct hc_memo_alloc { |
| 14 | struct hc_malloc malloc; |
| 15 | struct hc_malloc *source; |
| 16 | struct hc_set memo; |
| 17 | }; |
| 18 | |
| 19 | struct hc_memo_alloc *hc_memo_alloc_init(struct hc_memo_alloc *a, |
| 20 | struct hc_malloc *source); |
nothing calls this directly
no outgoing calls
no test coverage detected