Skip to content

lhbneedtocode/mymalloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

mymalloc

a part of good-quality code about malloc in domain of embed.

一份高质量的malloc实现,包含了gb2321的注释,非开箱即用,仅用于大家参考

////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //ALIENTEK MiniSTM32开发板 //内存管理 驱动代码
//正点原子@ALIENTEK //技术论坛:www.openedv.com //修改日期:2014/3/12 //版本:V1.0 //版权所有,盗版必究。 //Copyright(C) 广州市星翼电子科技有限公司 2009-2019 //All rights reserved
//////////////////////////////////////////////////////////////////////////////////

About

a part of malloc code in stm32 , much more funny , it is actually a part of memory pool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages