自制简单的内存池实现

时间:2023-04-14 13:56:45
【文件属性】:

文件名称:自制简单的内存池实现

文件大小:2KB

文件格式:ZIP

更新时间:2023-04-14 13:56:45

c++

自己实现的一个简单内存池 /* * MyMemoryPool.hpp * * Copyright (C) 2016 - yasin1151 * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This Program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with VallauriSoft; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301 USA */


【文件预览】:
MyMemoryPool-master
----MyMemoryPool.hpp(2KB)
----exp()
--------main.cpp(408B)
----ReadMe.txt(47B)

网友评论