Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_netif/lwip/netif/
Desp_pbuf_ref.c37 mem_free(pbuf); in esp_pbuf_free()
61 mem_free(esp_pbuf); in esp_pbuf_allocate()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/sdp/
Dsdp_discovery.c771 if (p_db->mem_free < sizeof (tSDP_DISC_REC)) { in add_record()
777 p_db->mem_free -= sizeof (tSDP_DISC_REC); in add_record()
842 if (p_db->mem_free < total_len) { in add_attr()
861 p_db->mem_free -= sizeof (tSDP_DISC_ATTR); in add_attr()
944 p_db->mem_free -= sizeof (tSDP_DISC_ATTR); in add_attr()
989 p_db->mem_free -= total_len; in add_attr()
Dsdp_api.c83 p_db->mem_free = p_db->mem_size; in SDP_InitDiscoveryDb()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c1302 if (p_db->mem_free < len) { in allocate_attr_in_db()
1325 p_db->mem_free -= len; in allocate_attr_in_db()
1423 if (p_db->mem_free < len) { in copy_extra_byte_in_db()
1432 p_db->mem_free -= len; in copy_extra_byte_in_db()
1460 p_db->mem_free = GATT_DB_BUF_SIZE; in allocate_svc_db_buf()
Dgatt_utils.c504 p_elem->svc_db.mem_free = 0; in gatt_free_srvc_db_buffer_app_id()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dsdp_api.h121 UINT32 mem_free; /* Memory still available */ member
/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/ld/
Drom_8266.ld189 PROVIDE ( mem_free = 0x400019e0 ); symbol
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h230 UINT32 mem_free; /* Memory still available */ member