We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e00ef commit 3a9ec67Copy full SHA for 3a9ec67
test/integration/mallocx.c
@@ -1,5 +1,9 @@
1
#include "test/jemalloc_test.h"
2
3
+#ifdef JEMALLOC_FILL
4
+const char *malloc_conf = "junk:false";
5
+#endif
6
+
7
static unsigned
8
get_nsizes_impl(const char *cmd)
9
{
test/integration/xallocx.c
/*
* Use a separate arena for xallocx() extension/contraction tests so that
* internal allocation e.g. by heap profiling can't interpose allocations where
0 commit comments