Home
last modified time | relevance | path

Searched refs:memp_desc (Results 1 – 5 of 5) sorted by relevance

/third_party/lwip/src/core/
Dmemp.c81 const struct memp_desc *const memp_pools[MEMP_MAX] = {
101 memp_sanity(const struct memp_desc *desc) in memp_sanity()
128 memp_overflow_check_element(struct memp *p, const struct memp_desc *desc) in memp_overflow_check_element()
137 memp_overflow_init_element(struct memp *p, const struct memp_desc *desc) in memp_overflow_init_element()
175 memp_init_pool(const struct memp_desc *desc) in memp_init_pool()
245 do_memp_malloc_pool(const struct memp_desc *desc) in do_memp_malloc_pool()
247 do_memp_malloc_pool_fn(const struct memp_desc *desc, const char *file, const int line) in do_memp_malloc_pool()
311 memp_malloc_pool(const struct memp_desc *desc) in memp_malloc_pool()
313 memp_malloc_pool_fn(const struct memp_desc *desc, const char *file, const int line) in memp_malloc_pool()
359 do_memp_free_pool(const struct memp_desc *desc, void *mem) in do_memp_free_pool()
[all …]
/third_party/lwip/src/include/lwip/priv/
Dmemp_priv.h108 struct memp_desc { struct
147 void memp_init_pool(const struct memp_desc *desc); argument
150 void *memp_malloc_pool_fn(const struct memp_desc* desc, const char* file, const int line);
153 void *memp_malloc_pool(const struct memp_desc *desc);
155 void memp_free_pool(const struct memp_desc* desc, void *mem);
/third_party/lwip/src/include/lwip/
Dmemp.h61 extern const struct memp_desc* const memp_pools[MEMP_MAX];
67 #define LWIP_MEMPOOL_PROTOTYPE(name) extern const struct memp_desc memp_ ## name
73 const struct memp_desc memp_ ## name = { \
102 const struct memp_desc memp_ ## name = { \
/third_party/lwip/
D0053-cleancode-improve-lwipopts.h-readability.patch556 PER_THREAD struct memp_desc* memp_pools[MEMP_MAX] = {NULL};
558 const struct memp_desc *const memp_pools[MEMP_MAX] = {
1411 extern PER_THREAD struct memp_desc* memp_pools[MEMP_MAX];
1413 extern const struct memp_desc* const memp_pools[MEMP_MAX];
1419 @@ -96,7 +96,7 @@ extern const struct memp_desc* const memp_pools[MEMP_MAX];
1426 PER_THREAD struct memp_desc memp_ ## name = {0}; \
1428 @@ -106,7 +106,7 @@ extern const struct memp_desc* const memp_pools[MEMP_MAX];
1437 @@ -124,7 +124,7 @@ extern const struct memp_desc* const memp_pools[MEMP_MAX];
D0002-adapt-lstack.patch2205 +PER_THREAD struct memp_desc* memp_pools[MEMP_MAX] = {NULL};
2207 const struct memp_desc *const memp_pools[MEMP_MAX] = {
3981 +extern PER_THREAD struct memp_desc* memp_pools[MEMP_MAX];
3983 extern const struct memp_desc* const memp_pools[MEMP_MAX];
3988 @@ -92,6 +96,18 @@ extern const struct memp_desc* const memp_pools[MEMP_MAX];
3994 + PER_THREAD struct memp_desc memp_ ## name = {0}; \
4007 @@ -108,6 +124,7 @@ extern const struct memp_desc* const memp_pools[MEMP_MAX];