搜索资源列表

  1. MALLOC

    1下载:
  2. malloc source code _C CUSTOMIZED MEMORY ALLOCATORS_ by Paul Anderson -malloc source code _C CUSTOMIZED Memory AL LOCATORS_ by Paul Anderson
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2158
    • 提供者:jmao
  1. !!malloc参考代码与注释

    0下载:
  2. lunix下用c编写malloc函数-lunix c prepared using malloc function
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7269
    • 提供者:张高山
  1. malloc.tar.z

    1下载:
  2. 对内存的分配、释放和使用进行检查,以发现不合法指针,减少程序BUG- To the memory assignment, the release and the use carry on the inspection, discovered the illegal indicator, reduces procedure BUG
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-04-28
    • 文件大小:34816
    • 提供者:站长
  1. The Best CC++ Tips Ever

    0下载:
  2. 中文译名《最优C/C++编程秘诀》。书中对new/delete、malloc/free,构造/析构函数等等C/C++难点问题有详细深入的讲解。-Hansard "optimal C/C programming tips." Book of the new/delete and malloc/free, Construction/destructor function, etc. C/C difficult issue
  3. 所属分类:电子书籍

    • 发布日期:2024-04-28
    • 文件大小:9833472
    • 提供者:王*
  1. GWMALLOC

    0下载:
  2. The Gray Watson debugging malloc library is C source code for a drop in replacement for the system malloc & other memory manage ment routines. What is unique about this library is that it contains a number of powerful de
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-04-28
    • 文件大小:98304
    • 提供者:何东
  1. !!malloc参考代码与注释

    0下载:
  2. lunix下用c编写malloc函数-lunix c prepared using malloc function
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-28
    • 文件大小:7168
    • 提供者:张高山
  1. malloc

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

    • 发布日期:2024-04-28
    • 文件大小:32768
    • 提供者:大厦
  1. fastmem

    0下载:
  2. 快速内存分配和管理源代码,避开了malloc/free机制,适合快速动态分配内存.-fast memory allocation and management of source code, thus avoiding the malloc/free mechanism for fast dynamic memory allocation.
  3. 所属分类:系统编程

    • 发布日期:2024-04-28
    • 文件大小:11264
    • 提供者:陈磊
  1. keil_iodemo

    0下载:
  2. The project KEIL_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the Keil ARM toolchain. The I/O functions are adapted for the Analog Devices ADuC
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-28
    • 文件大小:19456
    • 提供者:郭文彬
  1. vld-10

    0下载:
  2. 用vc++编写的加强的内存泄露检测程序。检测new和malloc,com-based的内存泄露。-vc prepared with the strengthening of memory leakage detection procedures. Detection of new and malloc, com-based memory leakage.
  3. 所属分类:其他小程序

    • 发布日期:2024-04-28
    • 文件大小:52224
    • 提供者:张的小
  1. malloc.tar

    0下载:
  2. 内存分配的各种包装函数,检查内存泄漏的函数,-memory allocation function of packaging, memory leakage inspection functions, etc.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-04-28
    • 文件大小:39936
    • 提供者:夏洪他
  1. huidu

    0下载:
  2. #include "stdio.h" #include "malloc.h" #define TRUE 1 #define n 39 #define max 500 typedef struct { char p[n] float w[n][n] }graph graph *ga2 int visit[n] int path[n][n] float C[n][n]
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-04-28
    • 文件大小:45056
    • 提供者:jiangshan
  1. explicit_freelist_malloc

    0下载:
  2. 显示空闲链表实现动态内存分配的程序,malloc-show idle Chain dynamic memory allocation procedures malloc
  3. 所属分类:系统编程

    • 发布日期:2024-04-28
    • 文件大小:4096
    • 提供者:leaing
  1. pa

    0下载:
  2. #include "define.h" #include <stdio.h> #include <string.h> #include <ctype.h> #include <malloc.h> FILE *fp /*///////////////////////////////////////////////////////////////////////
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-28
    • 文件大小:2048
    • 提供者:dddddddd
  1. MALLOC

    0下载:
  2. malloc source code _C CUSTOMIZED MEMORY ALLOCATORS_ by Paul Anderson -malloc source code _C CUSTOMIZED Memory AL LOCATORS_ by Paul Anderson
  3. 所属分类:书籍源码

    • 发布日期:2024-04-28
    • 文件大小:2048
    • 提供者:jmao
  1. vxmalloc

    0下载:
  2. This version of malloc for VxWorks contains two different algorithms. One is the BSD based Kingsley "bucket" allocator which has some unique fragmentation behavior. The other is Doug Lea s well tested allocator that trie
  3. 所属分类:VxWorks

    • 发布日期:2024-04-28
    • 文件大小:26624
    • 提供者:nico zhu
  1. leakfree

    0下载:
  2. 以malloc hook的方式检测内存泄漏的工具 -malloc hook to the memory leak detection tools
  3. 所属分类:钩子与API截获

    • 发布日期:2024-04-28
    • 文件大小:179200
    • 提供者:chen
  1. malloc

    1下载:
  2. CSAPP一书的malloc实验,关于虚拟内存的动态分配,有详细实验报告-Malloc book CSAPP experiments on the dynamic allocation of virtual memory, a detailed test report
  3. 所属分类:Windows编程

    • 发布日期:2024-04-28
    • 文件大小:91136
    • 提供者:刘志群
  1. malloc

    0下载:
  2. C语言内存分配函数malloc的源代码,让你更清楚C语言中的内存模型-source code of molloc.c
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-28
    • 文件大小:51200
    • 提供者:captain
  1. mjjanusa-malloc-lab-2-04360fc

    0下载:
  2. csapp 实验 这是csapp实验中的第三个系列,有关malloc 的改写,就发了有用的 -csapp malloc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-28
    • 文件大小:720896
    • 提供者:songchi
« 12 3 4 5 6 7 8 9 10 ... 19 »

源码中国 www.ymcn.org