[libc++] Move non operator new definitions outside of new.cpp
This makes it such that new.cpp contains only the definitions of operator new and operator delete, like its libc++abi counterpart. Differential Revision: https://reviews.llvm.org/D153136
Loading
Please sign in to comment