This patch add support for leak sanitizer for aarch64. Similar to
MIPS it uses a SizeClassAllocator32 due VMA constraints (aarch64
currently supports 39 and 42-bit VMA).
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Does the LSan test suite pass after this change?
lib/lsan/lsan_common.h | ||
---|---|---|
25 | Nope, the brackets are wrong here. |
Comment Actions
Yes, I see no failures.
It does add arm64 as a supported one.
lib/lsan/lsan_common.h | ||
---|---|---|
25 | Right, I will fix it. |
Comment Actions
I'm ok with the patch. If Alexey is happy with it, I'm too.
cmake/config-ix.cmake | ||
---|---|---|
268 | Right, here it is. Sorry, I reviewed on my mobile and somehow I didn't see it here. :) |
Right, here it is. Sorry, I reviewed on my mobile and somehow I didn't see it here. :)