搜索资源列表
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.rar
- 内存分配模拟实现 模拟各种内存分配算法,Memory allocation for analog simulation of a variety of memory allocation algorithms
malloc.rar
- CSAPP一书的malloc实验,关于虚拟内存的动态分配,有详细实验报告,Malloc book CSAPP experiments on the dynamic allocation of virtual memory, a detailed test report
malloclab-handout
- CSAPP malloc实验的优化,以及几个运行的实例。-CSAPP malloc experiment optimization, and several running examples.
malloc
- 操作系统实验,内存分配与回收,用MFC做的源程序,包括首次和最佳分配算法-Experimental operating system, memory allocation and recovery, to do with the MFC source code, including the first and best allocation algorithm
mmref
- mmref.c of csapp lab7: malloc and realloc memory space
malloc-java
- java实现的malloc函数。供模拟学习用,不是底层实现。-malloc function written in java. only for study and animation. not a low-level implemention
malloc.tar.z
- 对内存的分配、释放和使用进行检查,以发现不合法指针,减少程序BUG- To the memory assignment, the release and the use carry on the inspection, discovered the illegal indicator, reduces procedure BUG
malloc
- 约瑟夫环的算法-Joseph Ring algorithm
malloc
- malloc about C++ application
FreeBSD-7-kernel
- FreeBSD-7 kernel malloc source code analysis
huffman
- 在网上能够找到的最简单,最快速的哈夫曼编码。本方法不使用任何扩展动态库,比如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 as STL or components. Only usin
mymalloc
- 高人编写的动态内存处理函数,非采用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 choice!
malloc
- malloc可以查看具体怎么实现的 自己也能跟好的了解malloc源文件 -malloc可以查看具体怎么实现的 自己也能跟好的了解malloc源文件 好好看看
BufferManage
- C 程序设计语言定义了两个标准的内存管理函数:malloc() 和 free()。C 程序员经常使用那些函数在运行时分配缓冲区,以便在函数之间传递数据。然而在许多场合下,您无法预先确定缓冲区所需的实际大小,这对于构造复杂的 C 程序来说,可能会导致几个根本性的问题。一种自我管理的抽象数据缓冲区概括地给出了抽象缓冲区的伪 C 代码实现,并详细介绍了采用这种机制的优点。-C programming language defines two standard memory management fun
malloc
- C语言内存分配函数malloc的源代码,让你更清楚C语言中的内存模型-source code of molloc.c
1
- malloc项目第一阶段:固定内存分配,同时加深对数据结=结构的理解-malloc first phase: Fixed memory allocation, while deepening the understanding of the data structure node =
2
- malloc项目第二阶段:动态内存分配,同时加深对数据结=结构的理解-malloc second phase of project: Dynamic memory allocation, while deepening understanding of the structure of the data node =
mjjanusa-malloc-lab-2-04360fc
- csapp 实验 这是csapp实验中的第三个系列,有关malloc 的改写,就发了有用的 -csapp malloc