搜索资源列表
malloc.tar.z
- 对内存的分配、释放和使用进行检查,以发现不合法指针,减少程序BUG
fastmem
- 快速内存分配和管理源代码,避开了malloc/free机制,适合快速动态分配内存.-fast memory allocation and management of source code, thus avoiding the malloc / free mechanism for fast dynamic memory allocation.
malloc.tar
- 内存分配的各种包装函数,检查内存泄漏的函数,-memory allocation function of packaging, memory leakage inspection functions, etc.
explicit_freelist_malloc
- 显示空闲链表实现动态内存分配的程序,malloc-show idle Chain dynamic memory allocation procedures malloc
myprog
- 用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节),用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr)(基本要求)或 循环首次适应法(提高一步) addr = (char *)lmalloc(unsigned size) 和 lfree(unsigned size,char * addr)
linklistnode(c)
- 此系统主要是演示数据结构中的单链表,仅供学习,交流之用,通过学习可以看到局部变量,全局变量,数据结构,算法的有机结合.在win-tc下可直接运行,在某些Troubc c下需要将malloc.h改为alloc.h
Exercise2
- 系统级编程课程中的内存围栏,意在改写自己的malloc和free函数,增强程序处理的容错性,健壮性
debugging_malloc
- 编写标准函数的包装模块解决内存漏洞问题 通常的malloc和free代码是不允许调用者存在错误的,比如说在程序引用越界、忘记释放内存块,或将一个内存块释放了两次,这些错误通常不会立即影响程序的执行,但当程序用到错误的内存时,已分配的内存过多时,程序就会开始不正常,用程序跟踪调试检查错误出现的地方会很困难。 本次实验的任务就是为malloc和free写一个包装模块,使用这个模块可以发现代码中的上述错误。
malloc-memory
- 模拟操作系统对内存分配和释放的四种情况。用户可以自行设定将要分配和释放的内存大小来查看相应的结果。
malloclab-handout_20111118164222705
- 深入理解计算机系统C语言程序代码,描述对于malloc算法的实现与理解-In-depth understanding of the computer system C language code that describes the algorithm for the realization and understanding of the malloc
MemPool.rar
- 内存池管理器,功能与malloc , new等类似,经过测试速度快了约15倍,Memory pool manager, function similar with malloc, new, tested about 15 times faster
malloc_array
- 通过编写函数来模拟malloc()函数动态分配内存的功能-By writing the function to simulate malloc () function, the function of dynamically allocated memory
malloc.tar.z
- 对内存的分配、释放和使用进行检查,以发现不合法指针,减少程序BUG- To the memory assignment, the release and the use carry on the inspection, discovered the illegal indicator, reduces procedure BUG
1
- malloc项目第一阶段:固定内存分配,同时加深对数据结=结构的理解-malloc first phase: Fixed memory allocation, while deepening the understanding of the data structure node =
malloc
- A malloc that runs on different traces and allocates/frees memory as per the requests in these trace files!
qemu-malloc
- malloc-like functions for system emulation.
Malloc
- Malloc from cs:app with configurable segregated free list and probe scheme defined as macros.
malloc
- ics 的malloc实现,采用分离存储,模拟memory的malloc和free等操作。-to realize the molloc and free operation, the lab of ics class
malloc
- malloc.h - NTFS kernel memory handling. Part of the Linux-NTFS project.
malloc
- Only the AC_FUNC_MALLOC macro defines malloc already in config.h. -Only the AC_FUNC_MALLOC macro defines malloc already in config.h.