摘要: c++ 内存管理(一) |分配|释放|所属|可否重载| | | | | | |malloc|free()|C函数|不可| |new|delete|C++表达式|可| |::operator new()|::operator delete()|c++函数|可| |allocator::allocate 阅读全文
posted @ 2019-03-23 00:26 xcantaloupe 阅读(156) 评论(0) 推荐(0) 编辑