Searched refs:mem_malloc (Results 1 – 19 of 19) sorted by relevance
68 #define SMTP_STATE_MALLOC(size) mem_malloc(size)
74 void *mem_malloc(mem_size_t size);
207 mem_malloc(mem_size_t size) in mem_malloc() function251 mem_malloc(mem_size_t size) in mem_malloc() function831 mem_malloc(mem_size_t size_in) in mem_malloc() function1010 p = mem_malloc((mem_size_t)alloc_size); in mem_calloc()
254 memp = (struct memp *)mem_malloc(MEMP_SIZE + MEMP_ALIGN_SIZE(desc->size)); in do_memp_malloc_pool()
284 p = (struct pbuf *)mem_malloc(alloc_len); in pbuf_alloc()
121 hlpr = (altcp_mbedtls_malloc_helper_t *)mem_malloc((mem_size_t)alloc_size); in tls_malloc()
226 struct zepif_state *state = (struct zepif_state *)mem_malloc(sizeof(struct zepif_state)); in zepif_init()
373 priv = (struct slipif_priv *)mem_malloc(sizeof(struct slipif_priv)); in slipif_init()
707 lrh = (struct lowpan6_reass_helper *) mem_malloc(sizeof(struct lowpan6_reass_helper)); in lowpan6_input()
537 req = (httpc_state_t*)mem_malloc((mem_size_t)alloc_len); in httpc_init_connection_common()733 filestate = (httpc_filestate_t *)mem_malloc((mem_size_t)alloc_len); in httpc_fs_init()
137 buffer = (char *)mem_malloc(alloc_len); in altcp_proxyconnect_send_request()
300 #define HTTP_ALLOC_HTTP_STATE() (struct http_state *)mem_malloc(sizeof(struct http_state))303 #define HTTP_ALLOC_SSI_STATE() (struct http_ssi_state *)mem_malloc(sizeof(struct http_ssi_state))1135 hs->buf = (char *)mem_malloc((mem_size_t)count);
530 sc->sc_hunique = mem_malloc(hunique_len); in pppoe_disc_input()568 sc->sc_hunique = mem_malloc(hunique_len); in pppoe_disc_input()
222 dhcp6 = (struct dhcp6 *)mem_malloc(sizeof(struct dhcp6)); in dhcp6_get_struct()
78 #define LWIPERF_ALLOC(type) mem_malloc(sizeof(type))
243 with user-allocated structs instead of calling mem_malloc
1492 * mem.c: fixed bug #33545: With MEM_USE_POOLS==1, mem_malloc can return an1634 and dhcp work with user-allocated structs instead of callin mem_malloc1677 the need for mem_malloc from dhcp_recv and makes it possible to2364 * opt.h, memp.h/.c: added MEMP_MEM_MALLOC to use mem_malloc/mem_free instead2384 mem_free to run between mem_malloc iterations. Added illegal counter for2935 * igmp.h, igmp.c, memp_std.h, memp.c, init.c, opt.h: Replace mem_malloc call by2997 mempools for mem_malloc.3158 * mem.h: If MEM_LIBC_MALLOC==1, allow the defines (e.g. mem_malloc() -> malloc())3289 * pbuf.c, ppp.c: Fix warnings on some systems with mem_malloc.
165 #define SMTP_BODYDH_MALLOC(size) mem_malloc(size)
775 dhcp = (struct dhcp *)mem_malloc(sizeof(struct dhcp)); in dhcp_start()