use c malloc free 使用c 语言链表实现的 malloc free 的算法,支持 stm32 及 gnu c
C
c mini memory pools
c 语言实现 内存管理
简单内存池,可用于 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