[PATCH] [lsan] Add __lsan_disable() and __lsan_enable().

Sergey Matveev earthdok at google.com
Fri May 31 07:01:08 PDT 2013


  There's also the question of whether to preserve suppressed status after a realloc. I'm thinking that the new chunk should be suppressed if either the old chunk was suppressed or LSan was disabled during the realloc. Thoughts?

http://llvm-reviews.chandlerc.com/D900



More information about the llvm-commits mailing list