开发者

Where can I find the source code for GNU stdc++ operator new?

开发者 https://www.devze.com 2023-03-05 16:55 出处:网络
I tried here: http://gcc.gnu.org/online开发者_如何学编程docs/libstdc++/latest-doxygen/index.html

I tried here: http://gcc.gnu.org/online开发者_如何学编程docs/libstdc++/latest-doxygen/index.html

and I found new.h but not the code to implement it.

Thanks


The relevant source code for libstdc++ can be browsed online here. You probably want to read this.

0

精彩评论

暂无评论...
验证码 换一张
取 消