搜索资源列表
C_memory_management
- C语言内存管理源码,一个介绍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
malloc
- simple malloc function
pmalloc
- this source is simple malloc example-this source is simple malloc example...
heapwalk
- This routine walks the pSOS heap and returns the total amount of heap allocated to the current task ( maybe ). The sum returned does not include the header size, so if you malloc ( 100 ) the returned value will increase by exactly 100, not 100 plus h
AVR_memory_Malloc
- 对于有限的AVR内存分配,本程序能够非常好地解决内存分配问题,传统的malloc存在一定的不好的地方,因为资源有限。-avr memory malloc program
dlmalloc
- 经典的malloc算法,移植到嵌入式环境中,sys_arch接口中已进行了针对性的修改。-Classic malloc algorithms ported to the embedded environment, sys_arch interface targeted modifications have been carried out.
malloc_free
- 使用malloc 与 free 在一段可使用的连续空间上-you can use malloc and free in you mcu like stm32,stc51 etc.
camera
- 实现C中camer功能,相机驱动,相机驱动,相机驱动(process c fouction of camer,the camer driver)
Stm32启动文件配置
- stm32启动文件可以说有 5 个作用:1,初始化堆栈SP 2,初始化中断向量表 3,配置系统时钟 4,—main 进入main()函数 5,初始化PC指针, 上电后就从 RESET Handler 开始执行。 简单说明:(详其他可参考 cortex_m3 内核) 堆:主要用于动态内存的分配,比如用 malloc() 栈:变量,函数调用。 weak 是 若定义 意思是说 自己可以在 C 中定义 。 B . 跳转到无限循环。
