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

Function memo_cmp

malloc2/malloc2.c:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40static enum hc_order memo_cmp(const void *l, const void *r) {
41 return hc_cmp(*(size_t *)l, *(size_t *)r);
42}
43
44static const void *memo_key(const void *p) {
45 struct memo *m = *(struct memo **)p;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected