/third_party/lwip/test/unit/core/ |
H A D | test_mem.c | 30 /** 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 D | memcg_stress_test.sh | 36 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 D | overcommit_memory.c | 199 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 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/lwip/src/core/distributed_net/ |
H A D | distributed_net_core.c | 220 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 D | udp_transmit.c | 143 mem_free(iov); in udp_transmit_sendmsg()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_mem.c | 22 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 D | bss_mem.c | 22 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 D | smtp_opts.h | 69 #define SMTP_STATE_FREE(ptr) mem_free(ptr)
|
/third_party/lwip/src/include/lwip/ |
H A D | mem.h | 76 void mem_free(void *mem);
|
/third_party/lwip/src/apps/http/ |
H A 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()
|
H A 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/src/core/ |
H A D | mem.c | 228 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 D | memp.c | 383 mem_free(memp); in do_memp_free_pool()
|
/third_party/lwip/test/unit/mqtt/ |
H A D | test_mqtt.c | 105 mem_free(client); in START_TEST()
|
/third_party/lwip/src/netif/ |
H A D | lowpan6.c | 321 mem_free(lrh); in free_reass_datagram() 752 mem_free(lrh); in lowpan6_input() 860 mem_free(lrh); in lowpan6_input()
|
H A D | zepif.c | 296 mem_free(state); in zepif_init()
|
H A D | slipif.c | 392 mem_free(priv); in slipif_init()
|
/third_party/lwip/src/core/ipv6/ |
H A D | dhcp6.c | 211 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 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/ |
H A 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/netif/ppp/ |
H A D | pppoe.c | 528 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 D | test_sockets.c | 440 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 D | mdns.c | 2099 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 D | tcpip.c | 731 return tcpip_try_callback(mem_free, m); in mem_free_callback()
|