Now we have enough space in the ChunkHeader.
45 bit is enough for kMaxAllowedMallocSize.
Depends on D87642.
Paths
| Differential D87643
[NFC][Asan] Don't use MetaData for size ClosedPublic Authored by vitalybuka on Sep 14 2020, 3:42 PM.
Details
Summary Now we have enough space in the ChunkHeader. Depends on D87642.
Diff Detail
Event Timelinevitalybuka added a child revision: D87644: [NFC][Asan] Remove from_memalign and rz_log.Sep 14 2020, 3:53 PM morehouse added inline comments. This revision is now accepted and ready to land.Sep 14 2020, 4:47 PM Closed by commit rGd74e1f3a5119: [NFC][Asan] Don't use MetaData for size (authored by vitalybuka). · Explain WhySep 14 2020, 11:54 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 291808 compiler-rt/lib/asan/asan_allocator.cpp
|
This increases the header size by 2 bytes, but we should be OK since we trimmed 2 bytes previously, right?