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

Function slab_release

malloc2/malloc2.c:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123static void slab_release(struct hc_malloc *a, void *p) {
124 // Do nothing
125}
126
127struct hc_slab_alloc *hc_slab_alloc_init(struct hc_slab_alloc *a,
128 struct hc_malloc *source,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected