| 121 | } |
| 122 | |
| 123 | static void slab_release(struct hc_malloc *a, void *p) { |
| 124 | // Do nothing |
| 125 | } |
| 126 | |
| 127 | struct hc_slab_alloc *hc_slab_alloc_init(struct hc_slab_alloc *a, |
| 128 | struct hc_malloc *source, |
nothing calls this directly
no outgoing calls
no test coverage detected