搜索资源列表

  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-13
    • 文件大小:371712
    • 提供者:张三
  1. DMALLOC

    0下载:
  2. MALLOC调试工具(附源码-Malloc debugging tools (with source code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:yanxiaobin
  1. mTrack

    0下载:
  2. 嵌入式系统下内存泄漏检查库函数mTrace以及测试代码,有详细使用文档.这个是将malloc和free 函数控制起来,检查内存.-Embedded System memory leak checking library function mTrace and test code, have detailed the use of the document. This is to malloc and free function cont
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-13
    • 文件大小:40960
    • 提供者:Andrew Huang
  1. myprog

    0下载:
  2. 用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节),用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr)(基本要求)或 循环首次适应法(提高一步) addr = (char *)lmalloc(unsigned size) 和 lfre
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:
  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-13
    • 文件大小:1024
    • 提供者:李平
  1. Exercise2

    0下载:
  2. 系统级编程课程中的内存围栏,意在改写自己的malloc和free函数,增强程序处理的容错性,健壮性-System-level programming courses of memory fences, intended to rewrite their own malloc and free function, and enhance procedures to handle the fault tolerance, robustnes
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:436224
    • 提供者:程功
  1. xmem

    0下载:
  2. XMEM Extended C/C++ Dynamic Memory Control and Debug Library: The extended C/C++ Dynamic Memory Control and Debug Library XMEM is a replacement library for malloc/free and new/delete to find memory leaks and other memory
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:1183744
    • 提供者:zhl
  1. Cfunctionsourcecode

    0下载:
  2. 一些基本函数的程序源代码:包括(1)malloc函数(2)free函数(3)realloc函数(4)calloc函数 (5)学生数据库的编写(6)通讯录 以上都包含c语言源码,obj文件及应用程序-Some of the basic function of the source code of the program include: (1) malloc function (2) free function (3) realloc f
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:49152
    • 提供者:qcx
  1. malloc-memory

    0下载:
  2. 模拟操作系统对内存分配和释放的四种情况。用户可以自行设定将要分配和释放的内存大小来查看相应的结果。-Simulation of the operating system on memory allocation and release of the four types of circumstances. Users can set their own distribution and release to the memory siz
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:cheng sonja
  1. MALLOC

    0下载:
  2. TCL2543电压表中的应用,内存管理部分-TCL2543 voltage meter application, the memory management component
  3. 所属分类:其他小程序

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

    1下载:
  2. 内存分配模拟实现 模拟各种内存分配算法-Memory allocation for analog simulation of a variety of memory allocation algorithms
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:428032
    • 提供者:xuying
  1. malloc

    0下载:
  2. 约瑟夫环的算法-Joseph Ring algorithm
  3. 所属分类:其他小程序

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

    0下载:
  2. malloc about C++ application
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:dy
  1. FreeBSD-7-kernel

    0下载:
  2. FreeBSD-7 kernel malloc source code analysis
  3. 所属分类:软件工程

    • 发布日期:2024-05-13
    • 文件大小:284672
    • 提供者:zhangshouying
  1. mmref

    0下载:
  2. mmref.c of csapp lab7: malloc and realloc memory space
  3. 所属分类:操作系统开发

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

    0下载:
  2. 在网上能够找到的最简单,最快速的哈夫曼编码。本方法不使用任何扩展动态库,比如STL或者组件。只使用简单的C函数,比如:memset,memmove,qsort,malloc,realloc和memcpy。-Online to find the simplest, fastest Huffman. This method does not use any extension of the dynamic libraries, such a
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:14336
    • 提供者:zhaoyibin
  1. mymalloc

    0下载:
  2. 高人编写的动态内存处理函数,非采用malloc,如果想深入研究动态内存管理,此程序是个不错的选择!-Gao Ren prepared by the dynamic memory handling functions, the non-use of malloc, if you want to in-depth study of dynamic memory management, this program is a good choic
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:fang
  1. malloc

    0下载:
  2. malloc可以查看具体怎么实现的 自己也能跟好的了解malloc源文件 -malloc可以查看具体怎么实现的 自己也能跟好的了解malloc源文件 好好看看
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:汪涵
  1. malloclab-handout

    3下载:
  2. CSAPP malloc实验的优化,以及几个运行的实例。-CSAPP malloc experiment optimization, and several running examples.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-13
    • 文件大小:20480
    • 提供者:kongling
  1. BufferManage

    0下载:
  2. C 程序设计语言定义了两个标准的内存管理函数:malloc() 和 free()。C 程序员经常使用那些函数在运行时分配缓冲区,以便在函数之间传递数据。然而在许多场合下,您无法预先确定缓冲区所需的实际大小,这对于构造复杂的 C 程序来说,可能会导致几个根本性的问题。一种自我管理的抽象数据缓冲区概括地给出了抽象缓冲区的伪 C 代码实现,并详细介绍了采用这种机制的优点。-C programming language defines two
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:谢德平
« 1 23 4 5 6 7 8 9 10 ... 19 »

源码中国 www.ymcn.org