Home
last modified time | relevance | path

Searched refs:mem_free (Results 1 – 25 of 37) sorted by relevance

12

/third_party/lwip/test/unit/core/
Dtest_mem.c54 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(ptr2); in START_TEST()
167 mem_free(ptr2); in START_TEST()
[all …]
/third_party/lwip/src/apps/altcp_tls/
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/ltp/testcases/kernel/mem/tunable/
Dovercommit_memory.c220 long mem_free, swap_free; in update_mem() local
222 mem_free = SAFE_READ_MEMINFO("MemFree:"); in update_mem()
224 free_total = mem_free + swap_free; in update_mem()
/third_party/lwip/src/core/distributed_net/
Ddistributed_net_core.c211 mem_free(new_buf); in distributed_net_recvfrom()
222 mem_free(new_buf); in distributed_net_recvfrom()
228 mem_free(new_buf); in distributed_net_recvfrom()
246 mem_free(new_buf); in distributed_net_recvfrom()
Dudp_transmit.c138 mem_free(iov); in udp_transmit_sendmsg()
/third_party/ltp/testcases/kernel/controllers/memcg/stress/
Dmemcg_stress_test.sh32 local mem_free=`cat /proc/meminfo | grep MemFree | awk '{ print $2 }'`
36 MEM=$(( $mem_free + $swap_free / 2 ))
/third_party/openssl/crypto/bio/
Dbss_mem.c22 static int mem_free(BIO *data);
39 mem_free,
56 mem_free,
146 static int mem_free(BIO *a) in mem_free() function
/third_party/boringssl/src/crypto/bio/
Dbio_mem.c118 static int mem_free(BIO *bio) { in mem_free() function
260 mem_free(bio); in mem_ctrl()
298 mem_free, NULL /* callback_ctrl */,
/third_party/lwip/src/include/lwip/apps/
Dsmtp_opts.h69 #define SMTP_STATE_FREE(ptr) mem_free(ptr)
/third_party/lwip/src/include/lwip/
Dmem.h76 void mem_free(void *mem);
/third_party/lwip/src/apps/http/
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()
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/test/unit/mqtt/
Dtest_mqtt.c105 mem_free(client); in START_TEST()
/third_party/lwip/src/netif/ppp/
Dpppoe.c306 mem_free(sc->sc_concentrator_name); in pppoe_destroy()
309 mem_free(sc->sc_service_name); in pppoe_destroy()
531 mem_free(sc->sc_hunique); in pppoe_disc_input()
569 mem_free(sc->sc_hunique); in pppoe_disc_input()
960 mem_free(sc->sc_hunique); in pppoe_disconnect()
/third_party/lwip/src/core/
Dmem.c228 mem_free(void *rmem) in mem_free() function
308 mem_free(void *rmem) in mem_free() function
617 mem_free(void *rmem) in mem_free() function
Dmemp.c383 mem_free(memp); in do_memp_free_pool()
/third_party/lwip/src/netif/
Dlowpan6.c296 mem_free(lrh); in free_reass_datagram()
727 mem_free(lrh); in lowpan6_input()
835 mem_free(lrh); in lowpan6_input()
Dzepif.c296 mem_free(state); in zepif_init()
Dslipif.c392 mem_free(priv); in slipif_init()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/test/
Dinfcover.c112 local void mem_free(void *mem, void *ptr) in mem_free() function
172 strm->zfree = mem_free; in mem_setup()
/third_party/skia/third_party/externals/zlib/contrib/tests/
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/
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/core/ipv6/
Ddhcp6.c211 mem_free(netif_dhcp6_data(netif)); in dhcp6_cleanup()
239 mem_free(dhcp6); in dhcp6_get_struct()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/test/
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/test/unit/api/
Dtest_sockets.c440 mem_free(snd_buf); in test_sockets_msgapi_tcp()
441 mem_free(rcv_buf); in test_sockets_msgapi_tcp()

12