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
   99 { OPERATOR_NEW_BODY(FROM_NEW, false /*nothrow*/); }
  105 { OPERATOR_NEW_BODY(FROM_NEW, true /*nothrow*/); }
  111 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW, false /*nothrow*/); }
  117 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW, true /*nothrow*/); }
  160 { OPERATOR_DELETE_BODY(FROM_NEW); }
  166 { OPERATOR_DELETE_BODY(FROM_NEW); }
  172 { OPERATOR_DELETE_BODY_SIZE(FROM_NEW); }
  178 { OPERATOR_DELETE_BODY_ALIGN(FROM_NEW); }
  184 { OPERATOR_DELETE_BODY_ALIGN(FROM_NEW); }
  190 { OPERATOR_DELETE_BODY_SIZE_ALIGN(FROM_NEW); }