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

References

projects/compiler-rt/lib/scudo/scudo_new_delete.cpp
   43 { OPERATOR_NEW_BODY(FromNewArray, /*NoThrow=*/false); }
   49 { OPERATOR_NEW_BODY(FromNewArray, /*NoThrow=*/true); }
   55 { OPERATOR_NEW_BODY_ALIGN(FromNewArray, align, /*NoThrow=*/false); }
   61 { OPERATOR_NEW_BODY_ALIGN(FromNewArray, align, /*NoThrow=*/true); }
   77 { OPERATOR_DELETE_BODY(FromNewArray); }
   83 { OPERATOR_DELETE_BODY(FromNewArray); }
   89 { OPERATOR_DELETE_BODY_SIZE(FromNewArray); }
   95 { OPERATOR_DELETE_BODY_ALIGN(FromNewArray); }
  101 { OPERATOR_DELETE_BODY_ALIGN(FromNewArray); }
  107 { OPERATOR_DELETE_BODY_SIZE_ALIGN(FromNewArray); }