Home
last modified time | relevance | path

Searched refs:mem_free (Results 1 - 25 of 32) sorted by relevance

12

/third_party/lwip/test/unit/core/
H A Dtest_mem.c30 /** Call mem_malloc, mem_free and mem_trim and check stats */
54 mem_free(p2); in START_TEST()
57 mem_free(p1); in START_TEST()
76 mem_free(p[i]); in malloc_keep_x()
84 mem_free(p[i]); in malloc_keep_x()
89 mem_free(p[x]); in malloc_keep_x()
127 mem_free(ptr_low); in START_TEST()
132 mem_free(ptr_high); in START_TEST()
136 mem_free(ptr); in START_TEST()
163 mem_free(ptr in START_TEST()
[all...]
/third_party/ltp/testcases/kernel/controllers/memcg/stress/
H A Dmemcg_stress_test.sh36 local mem_free=$(awk '/MemFree/ {print $2}' /proc/meminfo)
43 [ $mem_free -lt $mem_available ] && MEM=$mem_free || MEM=$mem_available
/third_party/ltp/testcases/kernel/mem/tunable/
H A Dovercommit_memory.c199 long mem_free, swap_free; in update_mem() local
201 mem_free = SAFE_READ_MEMINFO("MemFree:"); in update_mem()
203 free_total = mem_free + swap_free; in update_mem()
/third_party/lwip/src/apps/altcp_tls/
H A Daltcp_tls_mbedtls_mem.c156 mem_free(hlpr); in tls_free()
186 mem_free(state); in altcp_mbedtls_free()
206 mem_free(item); in altcp_mbedtls_free_config()
/third_party/lwip/src/core/distributed_net/
H A Ddistributed_net_core.c220 mem_free(new_buf); in distributed_net_recvfrom()
231 mem_free(new_buf); in distributed_net_recvfrom()
237 mem_free(new_buf); in distributed_net_recvfrom()
255 mem_free(new_buf); in distributed_net_recvfrom()
H A Dudp_transmit.c143 mem_free(iov); in udp_transmit_sendmsg()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_mem.c22 static int mem_free(BIO *data);
37 mem_free,
52 mem_free,
142 static int mem_free(BIO *a) in mem_free() function
/third_party/openssl/crypto/bio/
H A Dbss_mem.c22 static int mem_free(BIO *data);
37 mem_free,
52 mem_free,
142 static int mem_free(BIO *a) in mem_free() function
/third_party/lwip/src/include/lwip/apps/
H A Dsmtp_opts.h69 #define SMTP_STATE_FREE(ptr) mem_free(ptr)
/third_party/lwip/src/include/lwip/
H A Dmem.h76 void mem_free(void *mem);
/third_party/lwip/src/apps/http/
H A Daltcp_proxyconnect.c89 mem_free(state); in altcp_proxyconnect_state_free()
147 mem_free(buffer); in altcp_proxyconnect_send_request()
151 mem_free(buffer); in altcp_proxyconnect_send_request()
H A Dhttp_client.c171 mem_free(req); in httpc_free_state()
750 mem_free(filestate); in httpc_fs_init()
767 mem_free(filestate); in httpc_fs_free()
/third_party/lwip/src/core/
H A Dmem.c228 mem_free(void *rmem) in mem_free() function
308 mem_free(void *rmem) in mem_free() function
397 /* Allow mem_free from other (e.g. interrupt) context */
468 * @internal this function is only called by mem_free() and mem_trim()
617 mem_free(void *rmem) in mem_free() function
623 LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_LEVEL_SERIOUS, ("mem_free(p == NULL) was called.\n")); in mem_free()
627 LWIP_MEM_ILLEGAL_FREE("mem_free: sanity check alignment"); in mem_free()
628 LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_LEVEL_SEVERE, ("mem_free: sanity check alignment\n")); in mem_free()
639 LWIP_MEM_ILLEGAL_FREE("mem_free: illegal memory"); in mem_free()
640 LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_LEVEL_SEVERE, ("mem_free in mem_free()
[all...]
H A Dmemp.c383 mem_free(memp); in do_memp_free_pool()
/third_party/lwip/test/unit/mqtt/
H A Dtest_mqtt.c105 mem_free(client); in START_TEST()
/third_party/lwip/src/netif/
H A Dlowpan6.c321 mem_free(lrh); in free_reass_datagram()
752 mem_free(lrh); in lowpan6_input()
860 mem_free(lrh); in lowpan6_input()
H A Dzepif.c296 mem_free(state); in zepif_init()
H A Dslipif.c392 mem_free(priv); in slipif_init()
/third_party/lwip/src/core/ipv6/
H A Ddhcp6.c211 mem_free(netif_dhcp6_data(netif)); in dhcp6_cleanup()
239 mem_free(dhcp6); in dhcp6_get_struct()
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dinfcover.cc127 local void mem_free(void *mem, void *ptr) in mem_free() function
187 strm->zfree = mem_free; in mem_setup()
/third_party/zlib/test/
H A Dinfcover.c112 local void mem_free(void *mem, void *ptr) in mem_free() function
172 strm->zfree = mem_free; in mem_setup()
/third_party/lwip/src/netif/ppp/
H A Dpppoe.c528 mem_free(sc->sc_hunique); in pppoe_disc_input()
566 mem_free(sc->sc_hunique); in pppoe_disc_input()
957 mem_free(sc->sc_hunique); in pppoe_disconnect()
/third_party/lwip/test/unit/api/
H A Dtest_sockets.c440 mem_free(snd_buf); in test_sockets_msgapi_tcp()
441 mem_free(rcv_buf); in test_sockets_msgapi_tcp()
/third_party/lwip/src/apps/mdns/
H A Dmdns.c2099 mem_free(mdns); in mdns_resp_add_netif()
2129 mem_free(service); in mdns_resp_remove_netif()
2141 mem_free(mdns); in mdns_resp_remove_netif()
2254 mem_free(srv); in mdns_resp_del_service()
/third_party/lwip/src/api/
H A Dtcpip.c731 return tcpip_try_callback(mem_free, m); in mem_free_callback()

Completed in 21 milliseconds

12