aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/new.cpp
AgeCommit message (Expand)Author
2021-05-26Correct typos in comments and documentationper1234
2020-09-17Use std::size_t in new/deleteMatthijs Kooijman
2020-09-17Optionally let new terminate on allocation failureMatthijs Kooijman
2020-09-17Make zero-sized new standards-compliantMatthijs Kooijman
2020-09-17Clean up and complete `<new>` headerMatthijs Kooijman
2018-10-26Add noexcept specifier to placement new operatorPharap
2018-08-18Prevent possible compiler warningPharap
2018-08-18Add placement new operatorPharap
2014-09-06Fixed license for new.cpp and small cosmetic changesCristian Maglie
2014-09-06Correct implementation of gcc specific internal functionsCristian Maglie
2012-12-16Add trivial new[] and delete[] operators (Justin R. Cutler)Cristian Maglie
2011-04-10Added virtual destructor to Printable, which also requires new and delete ope...amcewen