Android's memory allocators also guarantee 8-byte alignment for 32-bit
architectures and 16-byte alignment for 64-bit.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Paths
| Differential D50112
[Android] Increase default new alignment for Android ClosedPublic Authored by pirama on Jul 31 2018, 3:16 PM.
Details Summary Android's memory allocators also guarantee 8-byte alignment for 32-bit
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 31 2018, 3:37 PM Closed by commit rC338603: [Android] Increase default new alignment for Android (authored by pirama). · Explain WhyAug 1 2018, 10:55 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 158574 lib/Basic/TargetInfo.cpp
test/Preprocessor/init.c
|