TuyaOS
结构体 | 宏定义 | 函数
memp_priv.h 文件参考
#include "lwip/opt.h"
#include "lwip/mem.h"
#include "lwip/priv/mem_priv.h"
memp_priv.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

结构体

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)