| 13 | |
| 14 | static void *memo_acquire(struct hc_malloc *a, size_t size) { |
| 15 | struct hc_memo_alloc *ma = hc_baseof(a, struct hc_memo_alloc, malloc); |
| 16 | |
| 17 | if (hc_set_length(&ma->memo)) { |
| 18 | bool ok = false; |
nothing calls this directly
no outgoing calls
no test coverage detected