mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 14:01:34 +00:00
5
deps/jemalloc/test/unit/prof_idump.c
vendored
Executable file → Normal file
5
deps/jemalloc/test/unit/prof_idump.c
vendored
Executable file → Normal file
@ -29,9 +29,8 @@ TEST_BEGIN(test_idump)
|
||||
test_skip_if(!config_prof);
|
||||
|
||||
active = true;
|
||||
assert_d_eq(mallctl("prof.active", NULL, NULL, (void *)&active,
|
||||
sizeof(active)), 0,
|
||||
"Unexpected mallctl failure while activating profiling");
|
||||
assert_d_eq(mallctl("prof.active", NULL, NULL, &active, sizeof(active)),
|
||||
0, "Unexpected mallctl failure while activating profiling");
|
||||
|
||||
prof_dump_open = prof_dump_open_intercept;
|
||||
|
||||
|
Reference in New Issue
Block a user