搜索资源列表
MALLOC
- malloc source code _C CUSTOMIZED MEMORY ALLOCATORS_ by Paul Anderson -malloc source code _C CUSTOMIZED Memory AL LOCATORS_ by Paul Anderson
!!malloc参考代码与注释
- lunix下用c编写malloc函数-lunix c prepared using malloc function
malloc.tar.z
- 对内存的分配、释放和使用进行检查,以发现不合法指针,减少程序BUG- To the memory assignment, the release and the use carry on the inspection, discovered the illegal indicator, reduces procedure BUG
The Best CC++ Tips Ever
- 中文译名《最优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
GWMALLOC
- 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
!!malloc参考代码与注释
- lunix下用c编写malloc函数-lunix c prepared using malloc function
malloc
- 内存池技术的一个展示-memory of a pool display
fastmem
- 快速内存分配和管理源代码,避开了malloc/free机制,适合快速动态分配内存.-fast memory allocation and management of source code, thus avoiding the malloc/free mechanism for fast dynamic memory allocation.
keil_iodemo
- 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
vld-10
- 用vc++编写的加强的内存泄露检测程序。检测new和malloc,com-based的内存泄露。-vc prepared with the strengthening of memory leakage detection procedures. Detection of new and malloc, com-based memory leakage.
malloc.tar
- 内存分配的各种包装函数,检查内存泄漏的函数,-memory allocation function of packaging, memory leakage inspection functions, etc.
huidu
- #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]
explicit_freelist_malloc
- 显示空闲链表实现动态内存分配的程序,malloc-show idle Chain dynamic memory allocation procedures malloc
pa
- #include "define.h" #include <stdio.h> #include <string.h> #include <ctype.h> #include <malloc.h> FILE *fp /*///////////////////////////////////////////////////////////////////////
MALLOC
- malloc source code _C CUSTOMIZED MEMORY ALLOCATORS_ by Paul Anderson -malloc source code _C CUSTOMIZED Memory AL LOCATORS_ by Paul Anderson
vxmalloc
- 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
leakfree
- 以malloc hook的方式检测内存泄漏的工具 -malloc hook to the memory leak detection tools
malloc
- CSAPP一书的malloc实验,关于虚拟内存的动态分配,有详细实验报告-Malloc book CSAPP experiments on the dynamic allocation of virtual memory, a detailed test report
malloc
- C语言内存分配函数malloc的源代码,让你更清楚C语言中的内存模型-source code of molloc.c
mjjanusa-malloc-lab-2-04360fc
- csapp 实验 这是csapp实验中的第三个系列,有关malloc 的改写,就发了有用的 -csapp malloc