reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/asan/asan_allocator.cpp
  639           (alloc_type == FROM_NEW || alloc_type == FROM_NEW_BR) &&
projects/compiler-rt/lib/asan/asan_new_delete.cpp
  102 { OPERATOR_NEW_BODY(FROM_NEW_BR, false /*nothrow*/); }
  108 { OPERATOR_NEW_BODY(FROM_NEW_BR, true /*nothrow*/); }
  114 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW_BR, false /*nothrow*/); }
  120 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW_BR, true /*nothrow*/); }
  163 { OPERATOR_DELETE_BODY(FROM_NEW_BR); }
  169 { OPERATOR_DELETE_BODY(FROM_NEW_BR); }
  175 { OPERATOR_DELETE_BODY_SIZE(FROM_NEW_BR); }
  181 { OPERATOR_DELETE_BODY_ALIGN(FROM_NEW_BR); }
  187 { OPERATOR_DELETE_BODY_ALIGN(FROM_NEW_BR); }
  193 { OPERATOR_DELETE_BODY_SIZE_ALIGN(FROM_NEW_BR); }