WAVM/WAVM
Lib/Platform/CMakeLists.txt
:85
check_c_source_compiles(
"#include <sanitizer/common_interface_defs.h>\n\
void main() { __sanitizer_print_memory_profile(100, 20); }"
HAS_SANITIZER_PRINT_MEMORY_PROFILE_2)