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

Function hc_slab_alloc_deinit

malloc2/malloc2.c:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void hc_slab_alloc_deinit(struct hc_slab_alloc *a) {
139 hc_list_do(&a->slabs, _s) {
140 struct slab *s = hc_baseof(_s, struct slab, slabs);
141 hc_release(a->source, s);
142 }
143}

Callers 2

slab_testsFunction · 0.85
run_slabFunction · 0.85

Calls

no outgoing calls

Tested by 1

slab_testsFunction · 0.68