Home
last modified time | relevance | path

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

/components/dfs/dfs_v2/filesystems/procfs/
A Dproc_meminfo.c29 rt_size_t total, used, max_used, freed; in single_show() local
42 rt_page_get_info(&total, &freed); in single_show()
44 total_freed = total_freed + freed * RT_MM_PAGE_SIZE; in single_show()
49 dfs_seq_printf(seq, "%-16s%8d KB\n", "lowPageFree:", freed * RT_MM_PAGE_SIZE/ 1024); in single_show()
51 rt_page_high_get_info(&total, &freed); in single_show()
54 dfs_seq_printf(seq, "%-16s%8d KB\n", "HighPageFree:", freed * RT_MM_PAGE_SIZE / 1024); in single_show()
/components/net/lwip/lwip-2.1.2/src/api/
A Dsockets.c379 int freed = 0; in done_socket() local
393 freed = free_socket_locked(sock, is_tcp, &conn, &lastdata); in done_socket()
398 if (freed) { in done_socket()
618 int freed; in free_socket() local
626 freed = free_socket_locked(sock, is_tcp, &conn, &lastdata); in free_socket()
630 if (freed) { in free_socket()
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG70 * api_msg.c: fixed bug #37405 'err_tcp()' uses already freed 'netconn' object
130 * tcp.c, tcp_in.c: fixed bug #35305: pcb may be freed too early on shutdown(WR)
547 * ppp.c: Fixed bug #32280 (ppp: a pbuf is freed twice)
1441 * api_msg.c: fixed bug #23847: do_close_internal references freed memory (when
1779 pointer after the connection has been closed (and conn has been freed).
2138 netconn, this recvmbox is later freed and a new mbox is allocated for acceptmbox.
2375 * udp.c: udp_input(): Input pbuf was not freed if pcb had no recv function
2537 * api_lib.c: somes resources couldn't be freed if there was errors during
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG777 * tcp.c: fixed bug #42299 tcp_abort() leaves freed pcb on tcp_bound_pcbs list
1026 * api_msg.c: fixed bug #37405 'err_tcp()' uses already freed 'netconn' object
1086 * tcp.c, tcp_in.c: fixed bug #35305: pcb may be freed too early on shutdown(WR)
1503 * ppp.c: Fixed bug #32280 (ppp: a pbuf is freed twice)
2397 * api_msg.c: fixed bug #23847: do_close_internal references freed memory (when
2735 pointer after the connection has been closed (and conn has been freed).
3094 netconn, this recvmbox is later freed and a new mbox is allocated for acceptmbox.
3331 * udp.c: udp_input(): Input pbuf was not freed if pcb had no recv function
3493 * api_lib.c: somes resources couldn't be freed if there was errors during
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG1030 * tcp.c: fixed bug #42299 tcp_abort() leaves freed pcb on tcp_bound_pcbs list
1279 * api_msg.c: fixed bug #37405 'err_tcp()' uses already freed 'netconn' object
1339 * tcp.c, tcp_in.c: fixed bug #35305: pcb may be freed too early on shutdown(WR)
1756 * ppp.c: Fixed bug #32280 (ppp: a pbuf is freed twice)
2650 * api_msg.c: fixed bug #23847: do_close_internal references freed memory (when
2988 pointer after the connection has been closed (and conn has been freed).
3347 netconn, this recvmbox is later freed and a new mbox is allocated for acceptmbox.
3584 * udp.c: udp_input(): Input pbuf was not freed if pcb had no recv function
3746 * api_lib.c: somes resources couldn't be freed if there was errors during

Completed in 23 milliseconds