搜索资源列表

  1. mem_collector.tar.z

    0下载:
  2. 内存垃圾收集程序,整理内存碎片,提高内存利用率
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:38171
    • 提供者:
  1. memory manager

    0下载:
  2. 这是一个内存分配管理程序。在一些实时通讯系统中,需要经常分配和释放内存,会造成较多的内存碎片。这个程序可以在一开始分配一大片内存,从而避免频繁申请和释放内存。大大提高程序的执行效率。-This is a memory allocation management procedures. In some real-time communication systems, the need for frequent distribution a
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3490
    • 提供者:中国人
  1. mem_admin

    0下载:
  2. 一个ARM内核通用的内存管理程序。通过使用三个链表进行管理,能减少内存碎片的发生。-a generic ARM kernel memory management procedures. Through the use of three chain management, can reduce the incidence of memory debris.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6323
    • 提供者:许晖冬
  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. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:18081
    • 提供者:唐晓飞
  1. dmalloc-5.4.2

    0下载:
  2. 减少内存碎片的malloc分配函数,非常不错,可以用于LINUX, WIN32 ,VXWORKS
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:371228
    • 提供者:张三
  1. C_memory_management

    0下载:
  2. C语言内存管理源码,一个介绍Malloc实现的源码。嵌入式系统里面可以参考,以了解如何减少内存碎片的问题!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1661
    • 提供者:李平
  1. ThreadPool

    0下载:
  2. 一个线程池的实现,池大小可以动态增加。并避免了内存碎片的问题。经测试,性能与windows原生线程池的性能相当。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4152
    • 提供者:陈生
  1. C++内存管理技术内幕

    0下载:
  2. 关于C++内存管理技术的深入解析,能有效避免在开发是内存碎片引起的系统崩溃等问题.
  3. 所属分类:电子书籍

  1. vxworks 自定义数据队列的实现

    0下载:
  2. 实现了 自定义的 数据缓冲队列,具有良好的扩展性。 利用用户保留内存进行数据缓冲,避免内存碎片
  3. 所属分类:源码下载

  1. mem_collector.tar.z

    0下载:
  2. 内存垃圾收集程序,整理内存碎片,提高内存利用率- The memory trash collection procedure, reorganizes the memory fragment, raises the memory use factor
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:37888
    • 提供者:站长
  1. rdb_mempool

    1下载:
  2. 采用伙伴系统算法进行内存管理的原码,可以最大限度的避免内存碎片,同时提高内存分配效率 。-a partnership system memory management algorithm for the original code, the maximum memory to avoid the debris, while improving the efficiency of memory allocation.
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:高洪
  1. mem_admin

    1下载:
  2. 一个ARM内核通用的内存管理程序。通过使用三个链表进行管理,能减少内存碎片的发生。-a generic ARM kernel memory management procedures. Through the use of three chain management, can reduce the incidence of memory debris.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:许晖冬
  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-18
    • 文件大小:17408
    • 提供者:唐晓飞
  1. dmalloc-5.4.2

    0下载:
  2. 减少内存碎片的malloc分配函数,非常不错,可以用于LINUX, WIN32 ,VXWORKS-Reduce the memory allocation function malloc debris, very good, can be used to LINUX, WIN32, VXWORKS
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:371712
    • 提供者:张三
  1. C_memory_management

    0下载:
  2. C语言内存管理源码,一个介绍Malloc实现的源码。嵌入式系统里面可以参考,以了解如何减少内存碎片的问题!-C language memory management source, a source of introduction malloc realize. Embedded systems which can refer to learn how to reduce the problem of memory fragmentat
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:李平
  1. mem

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:王昊
  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-18
    • 文件大小:252928
    • 提供者:王王王
  1. C++NeiCunFenPei

    0下载:
  2. C++模拟内存分配 一、思路 模拟编译系统的内存分配与释放的,实现一些简单的操作。首先用一个静态数组模拟内存空间(buf),当调用申请内存操作时,将从数组空间(buf)返回给调用者一定的空间,当调用释放内存的时候,将将指定部分的内存标记为未用。 1.分配规则 每块被分配或释放的内存由MemInfo记录,并保存于数组(buf)中作为内存空间的“头”,其后紧跟数据。MemInfo组成链表结构,表头不占用数组空间(buf)
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:weat
  1. MemoryPool_src

    0下载:
  2. 内存池,如果需要减少长时间、不断开辟小内存的程序产生的内存碎片对程序运行效率的影响,可以使用该类库;-Memory pool, if the need to reduce the time, and constantly open up a small memory memory fragmentation procedures of the process the impact of operating efficiency, you
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:21504
    • 提供者:Wen Ming Yu
  1. ClearMem

    0下载:
  2. 整理内存碎片程序,介绍获取内存信息等操作-Clear memory
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-18
    • 文件大小:197632
    • 提供者:spreadpeng
« 12 3 4 »

源码中国 www.ymcn.org