Searched refs:mem_malloc (Results 1 – 10 of 10) sorted by relevance
56 #ifndef mem_malloc57 #define mem_malloc malloc macro91 void *mem_malloc(mem_size_t size);
87 #define memp_malloc(type) mem_malloc(memp_sizes[type])
79 mem_malloc(mem_size_t size) in mem_malloc() function494 mem_malloc(mem_size_t size) in mem_malloc() function651 p = mem_malloc(count * size); in mem_calloc()
308 …p = (struct pbuf*)mem_malloc(LWIP_MEM_ALIGN_SIZE(SIZEOF_STRUCT_PBUF + offset) + LWIP_MEM_ALIGN_SIZ… in pbuf_alloc()
656 dhcp = (struct dhcp *)mem_malloc(sizeof(struct dhcp)); in dhcp_start()
281 ethernetif = mem_malloc(sizeof(struct ethernetif));
326 priv = (struct slipif_priv *)mem_malloc(sizeof(struct slipif_priv)); in slipif_init()
325 ethernetif = mem_malloc(sizeof(struct ethernetif)); in ethernetif_init()
308 autoip = (struct autoip *)mem_malloc(sizeof(struct autoip)); in autoip_start()
439 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