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

Function assert_rep

deps/jemalloc/test/unit/prof_log.c:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#define N_THREADS 10
5
6static void assert_rep() {
7 assert_b_eq(prof_log_rep_check(), false, "Rep check failed");
8}
9
10static void assert_log_empty() {
11 assert_zu_eq(prof_log_bt_count(), 0,

Callers 1

prof_log.cFile · 0.85

Calls 1

prof_log_rep_checkFunction · 0.85

Tested by

no test coverage detected