搜索资源列表
MemoryPool.rar
- 一个内存池的实现,能够减少碎片的产生,只支持普通内存,不支持类空间申请.,The realization of a memory pool, to reduce debris, only to support the common memory, do not support the type of space applications.
MemPool.rar
- 内存池管理器,功能与malloc , new等类似,经过测试速度快了约15倍,Memory pool manager, function similar with malloc, new, tested about 15 times faster
iocpserver
- 基于IOCP完成端口的可伸缩性服务器程序,利用线程池、连接池、内存池的技术管理和实现服务器,可在各种服务器开发项目中应用。-IOCP completion port based on the scalability of the server program, using the thread pool, connection pool, the memory pool of technical management and implementation of the server, the s
MemoryPool_demo
- 内存池简单例子,如果有这方面的研究可以作参考。-Memory pool simple example, if there is this kind of research can be used as references.
61549833MemPool
- 内存池,这是我从同事那里搞到的,用C++实现,很容易理解的-Memory pool, which is where I got from my colleagues, and with C++ to achieve, it is easy to understand
BufPool
- 内存池的设计与实现,用C++实现,对初学者有一定的帮助,代码通俗易懂-Memory Design and Implementation of pool, using C++ to achieve, to have some help for beginners, easy to understand code
mpool
- mpool.c 高效内存池的实现,测试结果良好。-mpool.c efficient memory pool implementation, testing, good results.
IOCP
- 老外写的IOCP封装类,使用了线程池和内存池-IOCP foreigners write wrapper classes, using the thread pool and memory pools
MyMemoryPool_v_3_0
- 本内存池实现了任意长度内存块的申请和释放,支持特定长度内存块链表的扩展.-The memory pool memory block of any length to achieve the application and release of a specific length of the block of memory to support the expansion of the list.
memory_pool
- 自我实现的一个内存池,结合了Apache和Ngnix的优势-a memory pool made by myself,combined with advantages of the Apache and the Ngnix
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
memory
- vxworks 内存管理 静态内存池分配,释放等-VxWorks memory management static memory pool allocation, release, etc.
Memory_Management
- 扩展的动态内存机制 任务综述 本任务扩展了自己私有的内存管理机制。首先使用预先规划的思想,使用预先分配的内存池和内存分区,再通过使用消息队列作为内存池的管理机制处理内存块分配与释放的过程,而消息队列中保存的是每个预先申请内存块的地址。当用户需要分配一个内存块时,使用msgQReceive() 函数从消息队列中获取一个相应大小的内存块地址;当用户需要释放一个内存块时,则使用msgQSend()函数将内存块首地址发送回消息队列中。通过这种方法,减少了内存反复申请与释放产生外部碎片的可能
Mem0320
- 内存池的实现,这是我心血的结晶,只支持最多两个线程访问的设计,可以用VC6.0直接打开运行-The realization of the memory pool, which is the crystallization of hard work, I only support up to two threads access to the design, can be used to open a direct operation of VC6.0
memPool_simple
- 简单易用的内存池使用 demo,可以参考下里面关系内存如果分配处理 优化-Easy-to-use memory pool using the demo, which can refer to the relationship under the deal with memory allocation optimization
mps-kit-1.106.2.tar
- 一个内存池系统工具包--使用,修改和移植内存池系统的完整源码包.-This is the Memory Pool System Kit-- a complete set of sources for using, modifying, and adapting the MPS.
MMP_MemoryPool
- 对于需要定制内存池的朋友,本文档应该是一份不错的资料。-The need for custom memory pool for a friend, this document should be a good information.
MMP_MemoryPool_src
- 对于需要定制内存池的朋友,本文档应该是一份不错的资料。本文介绍了几种常用的内存管理优化方案,并提吃定制内存池的一些建议。最后,根据一个实际项目的特点,定制了一个内存池(MMP内存池)并实现该内存池。-The need for custom memory pool for a friend, this document should be a good information. This article describes several commonly used to optimize mem
pool
- 完成内存池的分配,管理,应用,以及对内存的合理分配-The completion of the memory pool allocation, management, application, and the rational allocation of memory
APR内存池概述
- APR内存池概述,讲述阿帕奇服务器的内存管理(APR memory pool overview)