Closed ramosian-glider closed 9 years ago
I've committed a dummy implementation of stats callback in Clang r163690, so your code
shouldn't crash now.
This will populate malloc_statistics_t with zeroes.
Will need to dive into ASan's allocator to return reasonable counters.
Reported by ramosian.glider
on 2012-09-12 09:42:14
Started
As of r163716 malloc_zone_statistics() returns reasonable results.
Reported by ramosian.glider
on 2012-09-12 15:35:11
Fixed
Firefox's about:memory works under ASan now. (Sometimes it calculates a negative heap-unused,
but that could just as easily be a Firefox bug as an ASan bug.)
Thanks!
Reported by jruderman
on 2012-09-12 17:33:29
I believe ASan always returns positive numbers, but if you have a good test to assess
the sanity of the numbers returned by mstat, I'd appreciate that.
Reported by ramosian.glider
on 2012-09-12 17:50:41
Adding Project:AddressSanitizer as part of GitHub migration.
Reported by ramosian.glider
on 2015-07-30 09:13:00
Originally reported on Google Code with ID 109
Reported by
jruderman
on 2012-09-12 02:25:24