Searched refs:mem_free (Results 1 – 11 of 11) sorted by relevance
| /lib/liblwip/src/include/lwip/ |
| D | mem.h | 53 #ifndef mem_free 54 #define mem_free free macro 93 void mem_free(void *mem);
|
| D | memp.h | 88 #define memp_free(type, mem) mem_free(mem)
|
| /lib/liblwip/test/unit/core/ |
| D | test_mem.c | 56 mem_free(p2); in START_TEST() 59 mem_free(p1); in START_TEST()
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp_oe.c | 197 mem_free(sc->sc_concentrator_name); in pppoe_destroy() 200 mem_free(sc->sc_service_name); in pppoe_destroy() 437 mem_free(sc->sc_hunique); in pppoe_dispatch_disc_pkt() 475 mem_free(sc->sc_hunique); in pppoe_dispatch_disc_pkt() 861 mem_free(sc->sc_hunique); in pppoe_do_disconnect()
|
| /lib/liblwip/src/core/ |
| D | mem.c | 130 mem_free(void *rmem) in mem_free() function 311 mem_free(void *rmem) in mem_free() function
|
| D | pbuf.c | 677 mem_free(p); in pbuf_free()
|
| D | dhcp.c | 611 mem_free(netif->dhcp); in dhcp_cleanup()
|
| /lib/liblwip/src/netif/ |
| D | slipif.c | 347 mem_free(priv); in slipif_init()
|
| /lib/liblwip/src/api/ |
| D | tcpip.c | 508 return tcpip_callback_with_block(mem_free, m, 0); in mem_free_callback()
|
| /lib/liblwip/doc/ |
| D | rawapi.txt | 52 an ISR (since only then, mem_free - for PBUF_RAM - may
|
| /lib/liblwip/ |
| D | CHANGELOG | 1175 * opt.h, memp.h/.c: added MEMP_MEM_MALLOC to use mem_malloc/mem_free instead 1193 * mem.c, opt.h, stats.h: fixed bug #21433: Calling mem_free/pbuf_free from 1195 mem_free to run between mem_malloc iterations. Added illegal counter for 1334 * dhcp.c: task #9192: mem_free of dhcp->options_in and dhcp->msg_in 1484 * mem.c, tcpip.c, tcpip.h, opt.h: fixed bug #21433 (Calling mem_free/pbuf_free
|