搜索资源列表
malloc
- 内存池技术的一个展示-memory of a pool display
memory-pool
- 好像是关于内存池的一个例子,具体就忘了,下完看一下吧!-A example about memory pool,use VC language.
memory_part_alloc
- 内存池模型,实现一次分配多次使用。提高内存分配效率-memory pool model, the distribution of a multiple. Improving the efficiency of memory allocation
MyMemory_c++
- 内存池模型,实现一次分配多次使用。提高内存分配效率-memory pool model, the distribution of a multiple. Improving the efficiency of memory allocation
ListPool
- 一个内存池应用的小例子,对内存池的使用可以作为参考-a memory pool small example of the application of the memory pool can be used as a reference
sharememory_allocator
- 一个内存池的allocator,参考stl源码的内存池实现-a pool of memory allocator, reference source stl memory Pool
C++MemoryPool_src
- C++内存池的使用例子,频繁的New和Delete操作会造成内存碎片,通过使用内存池,有效地解决了这个问题-C memory pool examples of the use and frequent New and Delete operations will cause memory debris, through the use of memory pool, effective solution to this problem
MEMORY-MANAGE
- 本程序主要实现内存管理的演示说明功能,利用MFC将七个部分综合在一起来说明内存管理的相关知识,包含1:内存空间分配,2:分配失败,3:堆区学习,4:虚拟内存,5:内存泄漏,6:内存池,7:智能指针等七部分,现已实现分配失败,堆区学习,内存泄漏等三部分,其他的演示对话框已经完成,但是功能还未实现-this procedure main memory management functions of the presentations, MF
boost_pool
- boost中的内存池缘代码,对于大量小对象的申请和释放是很好的选择-boost the memory pool edge code, a large number of small objects for the application and release is a good choice
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.
CIOCPServer
- 一个完成端口封装类,用户可以利用此类实现无阻塞,带内存池的网络通信-A complete package-type port, users can realize the use of such non-blocking, with the network communications memory pool
Memory_industry_Lib
- 具有工业强度的内存池动态库,是学习各种内存操作的好资料-With industrial strength memory pool dynamic library, is to learn all kinds of good information on memory operations
vxworks1
- Tornado下对的内存管理机制!对两个内存池的管理!-Tornado on the memory management mechanism! Of the two memory management pool!
mem
- 在了解实时嵌入式操作系统内存管理机制的特点以及实时处理对内存管理需求的基础上,练习并掌握有效处理内存碎片的内存管理机制,同时理解防止内存泄漏问题的良好设计方法。使用预先规划的思想,构建自己的私有内存管理机制,在系统内存池中申请内存,并将其纳入私有内存管理机制中,形成静态预分配内存池; 静态预分配内存池支持一种以上固定长度内存池,如16 字节内存池和256 字节内存池。固定长度内存池的单块长度应考虑体系结构开销,并尽量减少内部碎片;固
SimpleMemPoolDemo
- 一个简单的内存池测试代码,大家可以通过这些简单的程序代码了解到内存池的设计原理及方法。-A simple memory pool test code, we can through these simple code that memory pool design principles and methods.
3DSLoader
- 内存池程序:定长内存池。实现小结构体的大量分配,减少内存碎片-Memory pool procedures: fixed-length memory pool. Realize the structure of a large number of small distribution, to reduce memory fragmentation
mpool-2.1.0
- 内存池实现 BACKGROUND: This is a memory pool library which was written to allow a program to have heaps that it could destroy without fragmenting memory. You can have multiple heaps and reset them easily complet
pool
- 内存池。一种定长数据池,一种是不定长数据池。只能用于小型简单系统中。-Memory pool. A fixed-length data pool, a pool is a variable length data. Can only be used for small simple system.
MemoryManagement
- C++编写的内存管理源代码,适合定制自己内存池的程序员参考。-C++ Prepared memory management source code, customize their own memory pool for the programmer
APR内存池概述
- APR内存池概述,讲述阿帕奇服务器的内存管理(APR memory pool overview)