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
   40 { OPERATOR_NEW_BODY(FromNew, /*NoThrow=*/false); }
   46 { OPERATOR_NEW_BODY(FromNew, /*NoThrow=*/true); }
   52 { OPERATOR_NEW_BODY_ALIGN(FromNew, align, /*NoThrow=*/false); }
   58 { OPERATOR_NEW_BODY_ALIGN(FromNew, align, /*NoThrow=*/true); }
   74 { OPERATOR_DELETE_BODY(FromNew); }
   80 { OPERATOR_DELETE_BODY(FromNew); }
   86 { OPERATOR_DELETE_BODY_SIZE(FromNew); }
   92 { OPERATOR_DELETE_BODY_ALIGN(FromNew); }
   98 { OPERATOR_DELETE_BODY_ALIGN(FromNew); }
  104 { OPERATOR_DELETE_BODY_SIZE_ALIGN(FromNew); }