TuyaOS
|
结构体 | |
struct | memp_desc |
宏定义 | |
#define | DECLARE_LWIP_MEMPOOL_DESC(desc) |
#define | LWIP_MEMPOOL_DECLARE_STATS_INSTANCE(name) |
#define | LWIP_MEMPOOL_DECLARE_STATS_REFERENCE(name) |
#define | MEMP_ALIGN_SIZE(x) (LWIP_MEM_ALIGN_SIZE(x)) |
#define | MEMP_SIZE 0 |
函数 | |
void | memp_free_pool (const struct memp_desc *desc, void *mem) |
void | memp_init_pool (const struct memp_desc *desc) |
void * | memp_malloc_pool (const struct memp_desc *desc) |
memory pools lwIP internal implementations (do not use in application code)