Home
last modified time | relevance | path

Searched refs:MSAN_REPLACE_OPERATORS_NEW_AND_DELETE (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/msan/
Dmsan.h24 #ifndef MSAN_REPLACE_OPERATORS_NEW_AND_DELETE
25 # define MSAN_REPLACE_OPERATORS_NEW_AND_DELETE 1 macro
Dmsan_new_delete.cc17 #if MSAN_REPLACE_OPERATORS_NEW_AND_DELETE
Dmsan.cc262 if (MSAN_REPLACE_OPERATORS_NEW_AND_DELETE) in __msan_init()