搜索资源列表
libcprops-0.1.6.tar
- 以c实现的基本数据结构, 如: hashtable, hashlist, vector, mempool, 以及http的实现, 对于用c编程的人员应该很有用处-to achieve the basic data structure, such as : hashtable, hashlist. vector, mempool, and the realization http for using the c programming p
mempool
- 一个内存池的实现,使用了模板来支持范型扩展,可以容纳任意类型,最多支持8个类.-a memory pool and that the realization of the template used to support the expansion of Paradigm can accommodate any type, most support eight categories.
mempool
- 内存池,内存池 内存池 ,内存池内存池,内存池
MemPool
- 一个很不错的内存池的源码,本人在项目中使用.很有价值.
VMemPool_demo
- Virtual Memory Pool Demo
MemPoolTest
- 一个好用的内存沲类,线程安全,也是一个学习如何设计线程安全的类的好例子。-a handy memory gasoline category, security thread, as well as learning how to design a security thread like good example.
libcprops-0.1.6.tar
- 以c实现的基本数据结构, 如: hashtable, hashlist, vector, mempool, 以及http的实现, 对于用c编程的人员应该很有用处-to achieve the basic data structure, such as : hashtable, hashlist. vector, mempool, and the realization http for using the c programming p
mempool
- 一个内存池的实现,使用了模板来支持范型扩展,可以容纳任意类型,最多支持8个类.-a memory pool and that the realization of the template used to support the expansion of Paradigm can accommodate any type, most support eight categories.
MemPool
- 一个很不错的内存池的源码,本人在项目中使用.很有价值.-A very good memory of the source pool, I used in the project. Very valuable.
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, Sco
61549833MemPool
- 内存池,这是我从同事那里搞到的,用C++实现,很容易理解的-Memory pool, which is where I got from my colleagues, and with C++ to achieve, it is easy to understand
MemPool
- memory pool, you can test it, it work we-memory pool
MemPool
- 内存池管理器,功能与malloc , new等类似,经过测试速度快了约15倍-Memory pool manager, function similar with malloc, new, tested about 15 times faster
Memory_src
- 现在要设计一个MemPool(Pool是一个循环链表并平分为N个Chunk,每个Chunk都有一个读写锁),只有一个写线程负责往chunk里面写数据,N个读线程从chunk中读出数据-Now to design a MemPool (Pool is a circular linked list and the level is divided into N a Chunk, each Chunk has a read-write loc
mempool
- 一个简单的内存池实现算法,使用C++实现,使用VC6.0可以正常编译通过。-A simple memory pool algorithm, using C++ implementation by using VC6.0 to compile correctly.
mempool
- c 内存池实现,内存复用,包含头文件和源文件-c memory pool implementation, memory reuse, including the header files and source files
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
mempool
- 简单的内存池的实现,需要进一步完善,但是有基本的功能-Simple realization of the memory pool, need further improvement, but the basic functionp
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