Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_new_delete.cpp31 # define OPERATOR_NEW_ALIGN_BODY(nothrow) \ macro
106 #ifdef OPERATOR_NEW_ALIGN_BODY
114 OPERATOR_NEW_ALIGN_BODY(false /*nothrow*/); in operator new()
118 OPERATOR_NEW_ALIGN_BODY(false /*nothrow*/); in operator new[]()
122 OPERATOR_NEW_ALIGN_BODY(true /*nothrow*/); in operator new()
126 OPERATOR_NEW_ALIGN_BODY(true /*nothrow*/); in operator new[]()