Home
last modified time | relevance | path

Searched refs:mem_malloc (Results 1 – 10 of 10) sorted by relevance

/lk-master/external/lib/lwip/include/lwip/
A Dmem.h56 #ifndef mem_malloc
57 #define mem_malloc malloc macro
91 void *mem_malloc(mem_size_t size);
A Dmemp.h87 #define memp_malloc(type) mem_malloc(memp_sizes[type])
/lk-master/external/lib/lwip/core/
A Dmem.c79 mem_malloc(mem_size_t size) in mem_malloc() function
494 mem_malloc(mem_size_t size) in mem_malloc() function
651 p = mem_malloc(count * size); in mem_calloc()
A Dpbuf.c308 …p = (struct pbuf*)mem_malloc(LWIP_MEM_ALIGN_SIZE(SIZEOF_STRUCT_PBUF + offset) + LWIP_MEM_ALIGN_SIZ… in pbuf_alloc()
A Ddhcp.c656 dhcp = (struct dhcp *)mem_malloc(sizeof(struct dhcp)); in dhcp_start()
/lk-master/external/lib/lwip/netif/
A Dethernetif.c281 ethernetif = mem_malloc(sizeof(struct ethernetif));
A Dslipif.c326 priv = (struct slipif_priv *)mem_malloc(sizeof(struct slipif_priv)); in slipif_init()
/lk-master/platform/armemu/
A Dnet.c325 ethernetif = mem_malloc(sizeof(struct ethernetif)); in ethernetif_init()
/lk-master/external/lib/lwip/core/ipv4/
A Dautoip.c308 autoip = (struct autoip *)mem_malloc(sizeof(struct autoip)); in autoip_start()
/lk-master/external/lib/lwip/netif/ppp/
A Dppp_oe.c439 sc->sc_hunique = mem_malloc(hunique_len); in pppoe_dispatch_disc_pkt()
477 sc->sc_hunique = mem_malloc(hunique_len); in pppoe_dispatch_disc_pkt()

Completed in 15 milliseconds