]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/libsupc++/new_opa.cc
PR libstdc++/92143 adjust for OS X aligned_alloc behaviour
[thirdparty/gcc.git] / libstdc++-v3 / libsupc++ / new_opa.cc
2019-10-18  rediPR libstdc++/92143 adjust for OS X aligned_alloc behaviour
2019-05-14  roRemove obsolete Solaris 10 support
2019-01-01  jakub Update copyright years.
2018-08-13  rediMinor optimisations in operator new(size_t, align_val_t)
2018-08-10  rediPR libstdc++/68210 adjust operator new and delete for...
2018-08-10  marxinRemove not needed __builtin_expect due to malloc predictor.
2018-08-08  rediPrevent internal aligned_alloc clashing with libc version
2018-08-07  rediPR libstdc++/86861 Meet precondition for Solaris memalign
2018-07-30  rediAdd workaround for aligned_alloc bug on AIX
2018-01-03  jakub Update copyright years.
2017-01-26  rediPR libstdc++/79190 add fallback aligned_alloc implement...
2017-01-01  jakub Update copyright years.
2016-10-26  edlinger2016-10-26 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-09-16  rediReplace modulus with mask operation in over-aligned new
2016-09-16  rediAdjust arguments to aligned_alloc or posix_memalign
2016-09-09  jason Implement P0035R4, C++17 new of over-aligned types.