搜索资源列表
61549833MemPool
- 内存池,这是我从同事那里搞到的,用C++实现,很容易理解的-Memory pool, which is where I got from my colleagues, and with C++ to achieve, it is easy to understand
mempool
- 一个有最大对象个数限制的内存池,概念来源于<<effective C++>>内存池,Scott Meyers 让读者思考如何扩展一下。-An object have the greatest number of restrictions on the memory pool, the concept comes from <<effective C++>> memory pool, Scott Meyers to give readers what
MemoryPool_test
- 其大体的思想是,建立16个MemPool,<=8字节的内存申请由0号MemPool分配,<=16字节的内存申请由1号MemPool分配,<=24字节的内存有2号MemPool分配,以此类推。最后,>128字节的内存申请由普通的malloc分配-The general idea is to establish 16 MemPool, < = 8 bytes of memory 0 MemPool by the distribution of applications,
mempool
- 简单的内存池的实现,需要进一步完善,但是有基本的功能-Simple realization of the memory pool, need further improvement, but the basic functionp
MEMPool
- 简单的内存池实现,实现windows的内存管理-Simple memory pool implementation
mempool
- 用C语言实现的内存池代码,很有用,代码也不复杂-Memory pool code with C language, very useful, not complicated code
mempool
- 用C语言开发实现的内存池代码,仅供大家参考-C language implementation of memory pool code, only for your reference
mempool
- 内存池的实现方法,文件可以直接复用。应用在对处理速度有要求的场景下-Memory pool implementation, documents can be directly reused. Used when the processing speed required scenes
MemPool
- 内存池的经典代码,包括内存池中内存的申请,释放,结构介绍,对于学习C++内存管理很哟u帮助-Classic memory pool code, including the application of the memory pool memory, release, structure for the memory management C++ very yo u help
