搜索资源列表

  1. malloc

    0下载:
  2. 内存池技术的一个展示-memory of a pool display
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:32768
    • 提供者:大厦
  1. memory-pool

    0下载:
  2. 好像是关于内存池的一个例子,具体就忘了,下完看一下吧!-A example about memory pool,use VC language.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:441344
    • 提供者:李爹啊
  1. memory_part_alloc

    0下载:
  2. 内存池模型,实现一次分配多次使用。提高内存分配效率-memory pool model, the distribution of a multiple. Improving the efficiency of memory allocation
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:9216
    • 提供者:yuxilv
  1. MyMemory_c++

    0下载:
  2. 内存池模型,实现一次分配多次使用。提高内存分配效率-memory pool model, the distribution of a multiple. Improving the efficiency of memory allocation
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:10240
    • 提供者:yuxilv
  1. ListPool

    1下载:
  2. 一个内存池应用的小例子,对内存池的使用可以作为参考-a memory pool small example of the application of the memory pool can be used as a reference
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:
  1. sharememory_allocator

    0下载:
  2. 一个内存池的allocator,参考stl源码的内存池实现-a pool of memory allocator, reference source stl memory Pool
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:江健
  1. C++MemoryPool_src

    0下载:
  2. 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
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:17408
    • 提供者:唐晓飞
  1. MEMORY-MANAGE

    1下载:
  2. 本程序主要实现内存管理的演示说明功能,利用MFC将七个部分综合在一起来说明内存管理的相关知识,包含1:内存空间分配,2:分配失败,3:堆区学习,4:虚拟内存,5:内存泄漏,6:内存池,7:智能指针等七部分,现已实现分配失败,堆区学习,内存泄漏等三部分,其他的演示对话框已经完成,但是功能还未实现-this procedure main memory management functions of the presentations, MF
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:5204992
    • 提供者:罗恺
  1. boost_pool

    0下载:
  2. boost中的内存池缘代码,对于大量小对象的申请和释放是很好的选择-boost the memory pool edge code, a large number of small objects for the application and release is a good choice
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:24576
    • 提供者:簌簌
  1. mempool

    0下载:
  2. 一个内存池的实现,使用了模板来支持范型扩展,可以容纳任意类型,最多支持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.
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:9216
    • 提供者:Alex
  1. CIOCPServer

    0下载:
  2. 一个完成端口封装类,用户可以利用此类实现无阻塞,带内存池的网络通信-A complete package-type port, users can realize the use of such non-blocking, with the network communications memory pool
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-13
    • 文件大小:993280
    • 提供者:孙亚新
  1. Memory_industry_Lib

    1下载:
  2. 具有工业强度的内存池动态库,是学习各种内存操作的好资料-With industrial strength memory pool dynamic library, is to learn all kinds of good information on memory operations
  3. 所属分类:文档资料

    • 发布日期:2024-05-13
    • 文件大小:22528
    • 提供者:hell
  1. vxworks1

    0下载:
  2. Tornado下对的内存管理机制!对两个内存池的管理!-Tornado on the memory management mechanism! Of the two memory management pool!
  3. 所属分类:VxWorks

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:李刚
  1. mem

    0下载:
  2. 在了解实时嵌入式操作系统内存管理机制的特点以及实时处理对内存管理需求的基础上,练习并掌握有效处理内存碎片的内存管理机制,同时理解防止内存泄漏问题的良好设计方法。使用预先规划的思想,构建自己的私有内存管理机制,在系统内存池中申请内存,并将其纳入私有内存管理机制中,形成静态预分配内存池; 静态预分配内存池支持一种以上固定长度内存池,如16 字节内存池和256 字节内存池。固定长度内存池的单块长度应考虑体系结构开销,并尽量减少内部碎片;固
  3. 所属分类:VxWorks

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:王昊
  1. SimpleMemPoolDemo

    0下载:
  2. 一个简单的内存池测试代码,大家可以通过这些简单的程序代码了解到内存池的设计原理及方法。-A simple memory pool test code, we can through these simple code that memory pool design principles and methods.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-13
    • 文件大小:4080640
    • 提供者:wwgddt
  1. 3DSLoader

    0下载:
  2. 内存池程序:定长内存池。实现小结构体的大量分配,减少内存碎片-Memory pool procedures: fixed-length memory pool. Realize the structure of a large number of small distribution, to reduce memory fragmentation
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:252928
    • 提供者:王王王
  1. mpool-2.1.0

    0下载:
  2. 内存池实现 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
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:22528
    • 提供者:Eagle518
  1. pool

    0下载:
  2. 内存池。一种定长数据池,一种是不定长数据池。只能用于小型简单系统中。-Memory pool. A fixed-length data pool, a pool is a variable length data. Can only be used for small simple system.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:张飞
  1. MemoryManagement

    0下载:
  2. C++编写的内存管理源代码,适合定制自己内存池的程序员参考。-C++ Prepared memory management source code, customize their own memory pool for the programmer
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:赵同
  1. APR内存池概述

    0下载:
  2. APR内存池概述,讲述阿帕奇服务器的内存管理(APR memory pool overview)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-13
    • 文件大小:745472
    • 提供者:蓝色世界
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org