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 4caeb62 commit 91e194dCopy full SHA for 91e194d
compiler-rt/lib/gwp_asan/platform_specific/utilities_posix.cpp
@@ -62,7 +62,7 @@ static size_t alignPowerOfTwo(size_t RealAllocationSize) {
62
63
#ifdef __BIONIC__
64
static constexpr AlignmentStrategy PlatformDefaultAlignment =
65
- AlignmentStrategy::ANDROID;
+ AlignmentStrategy::BIONIC;
66
#else // __BIONIC__
67
68
AlignmentStrategy::POWER_OF_TWO;
0 commit comments