搜索资源列表
mem_manage
- 包含三个类:1.一个管理自己的类存分配的类;2.一个不会释放空间的内存缓冲池类;3.一个会释放空间的内存缓冲池类;-includes three categories : 1. A management of the distribution of deposit category; 2. A space will not release the memory buffer pool; 3. Space will release a memory buffer pool;
MemoryPool_src
- 内存池的使用,里面很详细的介绍了在软件开发过程中关于内存分配,new/del的情况。-The use of the memory pool, which is described in detail in the software development process on the memory allocation, new/del case.
Assignment_4
- opengl implementatio of a pool.
MemoryPool
- 不用从系统分配内存,从内存池分配空间,连续,快速-memory pool
mempool
- 简单的内存池的实现,需要进一步完善,但是有基本的功能-Simple realization of the memory pool, need further improvement, but the basic functionp
MultithreadAndMemPool
- 多线程中运行内存池。此工程实在其他人基础上进行的添加,可以运行,对初学者可以很好地了解多线程和内存池的关系。-Multiple threads running in the memory pool. Really basis to add others, the project can be run, for beginners is a good way to understand multithreading and memory pool.
MultithreadAndMemPool
- 多线程与内存的使用,现在是两个类,每个类都有各自的线程,两个独立的线程去共享内存池。本例子是一个空内存池队列,一个使用队列,使用完开辟内存释放还个内存池,而不是换个堆-Multithreading and memory usage, is now two classes, each class has its own thread, two independent thread to the Shared memory pool. This example is an empty queue m
MyMemoryPool
- vc抄袭的nginx内存池源代码,附有示例程序-vc plagiarism memory pool nginx source code, with sample programs
Thread-pool-and-parallelism
- 通过控制台实现线程池与并行度的具体操作演示-Through the console thread pool to achieve parallelism with the specific operation and demonstration