| 42 | } |
| 43 | |
| 44 | static const void *memo_key(const void *p) { |
| 45 | struct memo *m = *(struct memo **)p; |
| 46 | return &m->size; |
| 47 | } |
| 48 | |
| 49 | struct hc_memo_alloc *hc_memo_alloc_init(struct hc_memo_alloc *a, |
| 50 | struct hc_malloc *source) { |
nothing calls this directly
no outgoing calls
no test coverage detected