搜索资源列表
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.rar
- 内存池管理器,功能与malloc , new等类似,经过测试速度快了约15倍,Memory pool manager, function similar with malloc, new, tested about 15 times faster
mempool
- c 内存池实现,内存复用,包含头文件和源文件-c memory pool implementation, memory reuse, including the header files and source files
MemPool
- memory pool, you can test it, it work we-memory pool
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 lock), and only one thread is wri
mempool
- 一个简单的内存池实现算法,使用C++实现,使用VC6.0可以正常编译通过。-A simple memory pool algorithm, using C++ implementation by using VC6.0 to compile correctly.
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
MemPool
- 内存池,我经过调试,测试通过很好用的了,如果用于多线程的话,请加上锁。2013-2-25-Memory pool after debugging, testing by a good use for multithreaded, plus lock
dbus-mempool
- Memory pools for linux Device Driver.
mempool
- memory buffer pool support for Embedded Linux.
dm-snap
- The size of the mempool used to track chunks in use for Linux v2.13.6.
dm-snap
- The size of the mempool used to track chunks in use.
mempool
- memory buffer pool support. Such pools are mostly used for guaranteed, deadlock-free memory allocations during extreme VM load.
memPool1
- mempool线程池功能。实现基本的线程池功能- mempool thread pool function. To achieve the basic function of the thread pool
mempool
- 分页式内存管理,主要用于服务端管理内存,申请内存,释放内存。-Paging memory management, mainly used for server management of memory, the application of memory, the release of memory.
