搜索资源列表
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 ADuC7000 series using the SERIAL.C
gnu_iodemo
- UART I/O and Memory Allocation Example for GNU The project GNU_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the GNU toolchain. The I/O functions are adapted for the Analog
ce_crtdbg
- This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory
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 tries to minimize fragmentation
bget
- 一个简单实用的内存管理程序,可以完成malloc/free功能。-a simple and practical memory management procedures to be completed malloc / free function.
mTrack
- 嵌入式系统下内存泄漏检查库函数mTrace以及测试代码,有详细使用文档.这个是将malloc和free 函数控制起来,检查内存.
C_memory_management
- C语言内存管理源码,一个介绍Malloc实现的源码。嵌入式系统里面可以参考,以了解如何减少内存碎片的问题!
ylib90
- 一个类STL的多平台可移植的算法容器库,主要用于嵌入式系统编程时的内存管理等方面,尤其是缺少支持malloc 和free的情况下。
jffs2详细分析
- 对jffs2的一下各个方面进行了详细的点评!不可错过哦! jffs2/jffs2/ jffs2/jffs2/zlib.c jffs2/jffs2/symlink.c jffs2/jffs2/super.c jffs2/jffs2/scan.c jffs2/jffs2/readinode.c jffs2/jffs2/read.c jffs2/jffs2/nodemgmt.c jffs2/jffs2/nodelist.h jffs2/jffs2/nodelist.c jffs2
DynAlloc
- 单片机动态内存分配代码,实现malloc.-Single-chip dynamic memory allocation code, realize malloc.
min_malloc5
- 小型内存分配模块,用通用循环双向链表实现,改程序模拟系统malloc-Small memory allocation module, two-way linked list with the realization of general circulation, to process simulation system malloc
timeout-list-malloc
- 从uclibc的malloc和glib的glist、timeout提取出来的代码,用于嵌入式开发。分配一块内存用于动态内存,有定时功能,提供双向链表这种容器。用于没有操作系统和c标准库支持的环境。-Uclibc' s malloc and glib from the glist, timeout extracted the code for embedded development. A memory for dynamic memory allocation, there is timi
ram
- main程序开始, 让用户输入需要操作的内存空间大小,最大不超过5000 bytes,通过malloc函数分配空闲区, 然后让用户输入命令选定需要进行的操作,命令按照格式输入, m为分配空间,需要输入参数为需要分配的空间大小, f为回收空间,需要输入的参数为需要释放的空间大小和释放空间起始地址的物理地址, F也是回收空间的命令,为调试方便而设计的操作,需要输入的参数为需要释放的空间的大 小和释放空间起始地址的逻辑地址, 操作结束后调用display函数打印空间区表,
malloc
- simple malloc function
damd_os_memory
- 提供内存管理:防止内存泄露,通过damd_porting_memory_poor_status() 观察内存使用,查看有没有重复申请的情况 查找内存泄漏的问题 1)长时间运行后出现内存泄漏; 2)为跟踪这个问题做了一个内存监控管理机制,采用分配登记,释放注销的原则,统一封装malloc和 free 3)目的是清楚系统各个模块和各个负责人分配的内存情况; 调用例子-Provide memory management: Prevent memory leaks
malloc-hitech-c
- malloc () for hitech-c For picc18 or other compilers, where the library malloc crooked and bad. Memory size is determined (and the memory is allocated to) an array of HEAP. To debug a useful function: malloc_debug called when the gathering o
pmalloc
- this source is simple malloc example-this source is simple malloc example...
dlmalloc
- dmalloc函数的完美实现,是一段很不错,充满优秀设计的malloc分配内存的函数实现。效率很高-dmalloc the perfect realization of the function is a very good, full of excellent design of the memory allocation function malloc implementation. Efficient
malloc
- 各种malloc动态内存分配的实现方法,包括单链,双链,双向,双向循环,目录,伙伴-Various malloc implementations of dynamic memory allocation methods, including the single-stranded and double-stranded, two-way, two-way loop, directories, partners
malloc
- 用c实现malloc的功能,实现内存的分配和删除-Malloc function using c implementation, achieve memory allocation and delete