Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
static void
73
assert_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
79
static void
80
reset() {
Callers
1
hook.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected