MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / assert_args_raw

Function assert_args_raw

deps/jemalloc/test/unit/hook.c:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72static void
73assert_args_raw(uintptr_t *args_raw_expected, int nargs) {
74 int cmp = memcmp(args_raw_expected, arg_args_raw,
75 sizeof(uintptr_t) * nargs);
76 assert_d_eq(cmp, 0, "Raw args mismatch");
77}
78
79static void
80reset() {

Callers 1

hook.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected