文件名称:一个C++内存池实现
文件大小:19KB
文件格式:RAR
更新时间:2019-01-02 16:22:02
内存池 C++
一个内存池实现,包括一个全局的一级内存池和每个线程单独一个的二级内存池.每个分配的块会有一个指针大小的内存浪费,希望可以有人帮忙改进,
【文件预览】:
MemoryPoolLib封装
----MemoryPoolTest()
--------MemoryPoolLib.lib(8KB)
--------MemoryPoolTest.vcxproj(5KB)
--------MemoryPoolLib()
--------stdafx.h(233B)
--------ReadMe.txt(2KB)
--------stdafx.cpp(219B)
--------MemoryPoolTest.cpp(979B)
--------targetver.h(236B)
----MemoryPoolLib()
--------MemoryPoolLib.cpp(414B)
--------MemoryPoolLib()
--------stdafx.h(318B)
--------ReadMe.txt(1KB)
--------stdafx.cpp(218B)
--------post_build.bat(178B)
--------MemoryPoolLib.vcxproj(6KB)
--------dllmain.cpp(389B)
--------targetver.h(236B)
--------MemoryPoolLib.h(734B)
----MemoryPoolLib.sln(2KB)