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 c8fd0cf commit 93e12f1Copy full SHA for 93e12f1
compiler-rt/lib/scudo/standalone/wrappers_c_bionic.cpp
@@ -27,7 +27,7 @@
27
28
extern "C" void SCUDO_PREFIX(malloc_postinit)();
29
SCUDO_REQUIRE_CONSTANT_INITIALIZATION
30
-static scudo::Allocator<scudo::AndroidConfig, SCUDO_PREFIX(malloc_postinit)>
+static scudo::Allocator<scudo::Config, SCUDO_PREFIX(malloc_postinit)>
31
SCUDO_ALLOCATOR;
32
33
#include "wrappers_c.inc"
0 commit comments