Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Memprof] Changes
HISTOGRAM_GRANULARITY
from 8U to 8ULL. (llvm#100949)
This changes a bug in memprofiling with histogram where the shadow mask would be `0xFFFFFFF8` instead of `0xFFFFFFFFFFFFFFF8`, essentially discarding the upper 32 bits of the address. This can cause different addresses to be mapped to the same shadow address.
- Loading branch information