You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
简单内存池,可用于 stm32 等,每次分配固定大小,有效减少内存碎片
Simple memory pool, which can be used for STM32 and so on.
Each time a fixed size is allocated,
memory fragmentation is effectively reduced
About
use c malloc free 使用c 语言链表实现的 malloc free 的算法,支持 stm32 及 gnu c