mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-14 19:43:38 +03:00
Remove Valgrind support.
This commit is contained in:
parent
a397045323
commit
9a8add1510
23 changed files with 33 additions and 409 deletions
|
|
@ -88,8 +88,7 @@ TEST_BEGIN(test_arena_reset)
|
|||
size_t mib[3];
|
||||
tsdn_t *tsdn;
|
||||
|
||||
test_skip_if((config_valgrind && unlikely(in_valgrind)) || (config_fill
|
||||
&& unlikely(opt_quarantine)));
|
||||
test_skip_if(config_fill && unlikely(opt_quarantine));
|
||||
|
||||
sz = sizeof(unsigned);
|
||||
assert_d_eq(mallctl("arenas.extend", &arena_ind, &sz, NULL, 0), 0,
|
||||
|
|
|
|||
|
|
@ -139,7 +139,6 @@ TEST_BEGIN(test_mallctl_config)
|
|||
TEST_MALLCTL_CONFIG(tcache, bool);
|
||||
TEST_MALLCTL_CONFIG(tls, bool);
|
||||
TEST_MALLCTL_CONFIG(utrace, bool);
|
||||
TEST_MALLCTL_CONFIG(valgrind, bool);
|
||||
TEST_MALLCTL_CONFIG(xmalloc, bool);
|
||||
|
||||
#undef TEST_MALLCTL_CONFIG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue