[PATCH] D27654: Stop intercepting mallinfo and mallopt on FreeBSD

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 11:22:57 PST 2016


kcc added a comment.

a test would be FreeBSD-specific and it would verify that mallinfo/mallopt are not present.

also, please add coments after #ifdef

#ifdef  // SANITIZER_INTERCEPT_MALLOPT_AND_MALLINFO


https://reviews.llvm.org/D27654





More information about the llvm-commits mailing list