Welcome![Sign In][Sign Up]
Location:
Search - malloc

Search list

[Other resourceMALLOC

Description: malloc source code _C CUSTOMIZED MEMORY ALLOCATORS_ by Paul Anderson -malloc source code _C CUSTOMIZED Memory AL LOCATORS_ by Paul Anderson
Platform: | Size: 2158 | Author: jmao | Hits:

[OS Develop!!malloc参考代码与注释

Description: lunix下用c编写malloc函数-lunix c prepared using malloc function
Platform: | Size: 7269 | Author: 张高山 | Hits:

[Linux-Unixmalloc.tar.z

Description: 对内存的分配、释放和使用进行检查,以发现不合法指针,减少程序BUG- To the memory assignment, the release and the use carry on the inspection, discovered the illegal indicator, reduces procedure BUG
Platform: | Size: 34816 | Author: 站长 | Hits:

[BooksThe Best CC++ Tips Ever

Description: 中文译名《最优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 issues detailed, in-depth explanation.
Platform: | Size: 9833472 | Author: 王宏志 | Hits:

[Internet-NetworkGWMALLOC

Description: 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 debugging facilities including very comprehensive heap testing and ex- cellent run-time debugging information.
Platform: | Size: 98304 | Author: 何东 | Hits:

[OS Develop!!malloc参考代码与注释

Description: lunix下用c编写malloc函数-lunix c prepared using malloc function
Platform: | Size: 7168 | Author: 张高山 | Hits:

[Compress-Decompress algrithmsmalloc

Description: 内存池技术的一个展示-memory of a pool display
Platform: | Size: 32768 | Author: 大厦 | Hits:

[OS programfastmem

Description: 快速内存分配和管理源代码,避开了malloc/free机制,适合快速动态分配内存.-fast memory allocation and management of source code, thus avoiding the malloc/free mechanism for fast dynamic memory allocation.
Platform: | Size: 11264 | Author: 陈磊 | Hits:

[SCMkeil_iodemo

Description: 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 ADuC7000 series using the SERIAL.C module. The example also shows the efficiency of the Keil CA ARM Compiler run-time library which is tuned for single chip systems. -The project shows how to use me mory allocation routines (malloc) and char I/O (printf, Scanf) via a serial interface with the Keil ARM t oolchain. The I/O functions are adapted for the Analog Devices ADuC7000 series using the SERIA Synchronization module. The example also shows the efficien cy of the CA Keil ARM Compiler run-time library w hich is tuned for single chip systems.
Platform: | Size: 19456 | Author: 郭文彬 | Hits:

[Othervld-10

Description: 用vc++编写的加强的内存泄露检测程序。检测new和malloc,com-based的内存泄露。-vc prepared with the strengthening of memory leakage detection procedures. Detection of new and malloc, com-based memory leakage.
Platform: | Size: 52224 | Author: 张的小 | Hits:

[Linux-Unixmalloc.tar

Description: 内存分配的各种包装函数,检查内存泄漏的函数,-memory allocation function of packaging, memory leakage inspection functions, etc.
Platform: | Size: 39936 | Author: 夏洪他 | Hits:

[ListView/ListBoxhuidu

Description: #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] float A[n][n] -#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] float A[n][n]
Platform: | Size: 45056 | Author: jiangshan | Hits:

[OS programexplicit_freelist_malloc

Description: 显示空闲链表实现动态内存分配的程序,malloc-show idle Chain dynamic memory allocation procedures malloc
Platform: | Size: 4096 | Author: leaing | Hits:

[ELanguagepa

Description: #include "define.h" #include <stdio.h> #include <string.h> #include <ctype.h> #include <malloc.h> FILE *fp /*////////////////////////////////////////////////////////////////////////////// This is a pretreatment. /////////////////////////////////////////////////////////////////////////////*/ void readIntoBuffer(char buffer[256]) { char ch1 char temp int i for(i=0 i<256&&!feof(fp) i++) { ch1=fgetc(fp) if(ch1== )-# include "define.h"# include
Platform: | Size: 2048 | Author: dddddddd | Hits:

[source in ebookMALLOC

Description: malloc source code _C CUSTOMIZED MEMORY ALLOCATORS_ by Paul Anderson -malloc source code _C CUSTOMIZED Memory AL LOCATORS_ by Paul Anderson
Platform: | Size: 2048 | Author: jmao | Hits:

[Windows Developmalloc

Description: CSAPP一书的malloc实验,关于虚拟内存的动态分配,有详细实验报告-Malloc book CSAPP experiments on the dynamic allocation of virtual memory, a detailed test report
Platform: | Size: 91136 | Author: 刘志群 | Hits:

[Booksmalloc

Description: 针对由系统调用sbrk()申请得到的内存区域进行管理,实现了用户中申请、释放内存过程。整个程序由头文件malloc.h、分配与释放模块malloc.c、应用程序test.c和工程文件makefile共四个文件组成,该程序已在linux下成功调试通过-include <unistd.h> #include "my_malloc.h" static Header base /* empty list to get started*/ static Header*free_list = NULL /* start of free list*/ /* Malloc: general-purpose storage allocator*/ void* Malloc(unsigned int nbytes) { Header*p,*prev unsigned int nunits nunits = (nbytes+ sizeof(Header)- 1)/sizeof(Header)+ 1 if ( (prev = free_list) == NULL) { /* no free list yet*/
Platform: | Size: 9216 | Author: jjl | Hits:

[Data structsmalloc

Description: C语言内存分配函数malloc的源代码,让你更清楚C语言中的内存模型-source code of molloc.c
Platform: | Size: 51200 | Author: captain | Hits:

[Linux-Unixmalloc

Description: 深入理解计算(CSAPP)国外经典教材malloc实验指导资料-In-depth understanding of computing (CSAPP) malloc experimental guide foreign classic textbook information
Platform: | Size: 472064 | Author: ddd | Hits:

[AI-NN-PRmjjanusa-malloc-lab-2-04360fc

Description: csapp 实验 这是csapp实验中的第三个系列,有关malloc 的改写,就发了有用的 -csapp malloc
Platform: | Size: 720896 | Author: songchi | Hits:
« 12 3 4 5 6 7 8 9 10 ... 20 »

CodeBus www.codebus.net