会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
A-inspire
CnBlogs
Home
New Post
Contact
Admin
Subscription
2022年2月15日
内存分配
思路:定义全局变量数组保存,通过map映射。 #include <iostream> #include <string> #include <map> using namespace std; class MiniMemoryPool { private: int total[100] = {0};
Read More
posted @ 2022-02-15 21:57 A-inspire
Views(48)
Comments(0)
Diggs(0)
Edit
公告