/third_party/lwip/test/unit/core/ |
D | test_mem.c | 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(ptr2); in START_TEST() 167 mem_free(ptr2); in START_TEST() [all …]
|
/third_party/lwip/src/apps/altcp_tls/ |
D | altcp_tls_mbedtls_mem.c | 156 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/ |
D | overcommit_memory.c | 220 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/ |
D | distributed_net_core.c | 211 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()
|
D | udp_transmit.c | 138 mem_free(iov); in udp_transmit_sendmsg()
|
/third_party/ltp/testcases/kernel/controllers/memcg/stress/ |
D | memcg_stress_test.sh | 32 local mem_free=`cat /proc/meminfo | grep MemFree | awk '{ print $2 }'` 36 MEM=$(( $mem_free + $swap_free / 2 ))
|
/third_party/openssl/crypto/bio/ |
D | bss_mem.c | 22 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/ |
D | bio_mem.c | 118 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/ |
D | smtp_opts.h | 69 #define SMTP_STATE_FREE(ptr) mem_free(ptr)
|
/third_party/lwip/src/include/lwip/ |
D | mem.h | 76 void mem_free(void *mem);
|
/third_party/lwip/src/apps/http/ |
D | altcp_proxyconnect.c | 89 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()
|
D | http_client.c | 171 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/ |
D | test_mqtt.c | 105 mem_free(client); in START_TEST()
|
/third_party/lwip/src/netif/ppp/ |
D | pppoe.c | 306 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/ |
D | mem.c | 228 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
|
D | memp.c | 383 mem_free(memp); in do_memp_free_pool()
|
/third_party/lwip/src/netif/ |
D | lowpan6.c | 296 mem_free(lrh); in free_reass_datagram() 727 mem_free(lrh); in lowpan6_input() 835 mem_free(lrh); in lowpan6_input()
|
D | zepif.c | 296 mem_free(state); in zepif_init()
|
D | slipif.c | 392 mem_free(priv); in slipif_init()
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/test/ |
D | infcover.c | 112 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/ |
D | infcover.cc | 127 local void mem_free(void *mem, void *ptr) in mem_free() function 187 strm->zfree = mem_free; in mem_setup()
|
/third_party/zlib/test/ |
D | infcover.c | 112 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/ |
D | dhcp6.c | 211 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/ |
D | infcover.c | 112 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/ |
D | test_sockets.c | 440 mem_free(snd_buf); in test_sockets_msgapi_tcp() 441 mem_free(rcv_buf); in test_sockets_msgapi_tcp()
|