Introduction - If you have any usage issues, please Google them yourself
malloc与free函数并不是单片机的标准库函数,但很多实际应用中,比如链表的实现,都需要用到这两个函数。本文是malloc与free函数的一个实现,代码小巧灵活,适合嵌入单片机中使用。
Packet : memory.rar filelist
memory/makefile
memory/memory.c
memory/memory.h
memory/test.c
memory/test.o
memory