搜索资源列表

  1. myMalloc

    0下载:
  2. 检测内存泄露的程序,使用时请将这两个文件加入工程中,即可.-memory leakage detection procedures, please use this document to join two projects can be.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1244
    • 提供者:季晓南
  1. mymalloc

    0下载:
  2. The usual implementation of malloc and free are unforgiving to errors in their callers' code, including cases where the programmer overflows an array, forgets to free memory, or frees a memory block twice. This often doe
  3. 所属分类:Shell编程

    • 发布日期:2010-04-20
    • 文件大小:188381
    • 提供者:skyztb
  1. myMalloc

    0下载:
  2. 检测内存泄露的程序,使用时请将这两个文件加入工程中,即可.-memory leakage detection procedures, please use this document to join two projects can be.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:季晓南
  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-19
    • 文件大小:4096
    • 提供者:fang
  1. Mymalloc

    0下载:
  2. 自己写用C语言通用的嵌入式内存管理 非常简单 有效-Write your own C language embedded memory management is very simple and effective
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:bruceyan
  1. Mymalloc

    0下载:
  2. malloc 分配;自己写的一个malloc分配内存,更好的了解malloc()函数-malloc ()
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:步武
  1. MyMalloc

    0下载:
  2. 几种动态内存分配算法的实现 keep a linked list of free blocks-Some dynamic memory allocation algorithm of the keep a linked list of free blocks
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:pyqing
  1. memoryMagement

    0下载:
  2. 内存管理:模拟系统里的malloc, free的函数功能,实现自己的myMalloc,myFree;-memory mangement: I will compare my functions these was myMalloc and myfree;
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:小董
  1. Mymalloc

    0下载:
  2. 自己写用C语言通用的嵌入式内存管理 非常简单 有效-Write your own C language embedded memory management is very simple and effective
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:slowedto
  1. mymalloc

    0下载:
  2. 自定义实现了动态分配内存的函数,可以检测程序中由于内存分配不当导致的内存泄露-Custom implementation of dynamic memory allocation functions, the program can be detected due to improper memory allocation memory leaks
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:zhao
  1. memoryMagement

    0下载:
  2. 内存管理:模拟系统里的malloc, free的函数功能,实现自己的myMalloc,myFree;-memory mangement: I will compare my functions these was myMalloc and myfree;
  3. 所属分类:数据库编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:xcv0769qies
  1. debugmalloc

    0下载:
  2. SSD6 unit3 课后exercise3 debugmalloc.c 完成内存分配的错误监督,以及内存块分配的记录。主要函数Mymalloc Myfree 测试全部通过-SSD6 unit3 error supervision after school exercise3 debugmalloc.c complete memory allocation, and memory block allocation record. T
  3. 所属分类:书籍源码

    • 发布日期:2024-05-19
    • 文件大小:155648
    • 提供者:魏萌

源码中国 www.ymcn.org