Home
last modified time | relevance | path

Searched refs:heap_caps_get_free_size (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/esp_system/port/
Desp_system_linux.c25 return heap_caps_get_free_size( MALLOC_CAP_DEFAULT ); in esp_get_free_heap_size()
30 return heap_caps_get_free_size( MALLOC_CAP_8BIT | MALLOC_CAP_DMA | MALLOC_CAP_INTERNAL ); in esp_get_free_internal_heap_size()
Desp_system_chip.c64 return heap_caps_get_free_size( MALLOC_CAP_DEFAULT ); in esp_get_free_heap_size()
69 return heap_caps_get_free_size( MALLOC_CAP_8BIT | MALLOC_CAP_DMA | MALLOC_CAP_INTERNAL ); in esp_get_free_internal_heap_size()
/hal_espressif-latest/components/heap/include/
Desp_heap_caps.h211 size_t heap_caps_get_free_size( uint32_t caps );
/hal_espressif-latest/zephyr/port/heap/
Dheap_caps_zephyr.c150 size_t heap_caps_get_free_size( uint32_t caps ) in heap_caps_get_free_size() function
/hal_espressif-latest/components/heap/
Dheap_caps_linux.c145 size_t heap_caps_get_free_size( uint32_t caps ) in heap_caps_get_free_size() function
Dheap_caps.c528 size_t heap_caps_get_free_size( uint32_t caps ) in heap_caps_get_free_size() function
/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c458 return heap_caps_get_free_size(BLE_CONTROLLER_MALLOC_CAPS); in get_ble_controller_free_heap_size()
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c405 return heap_caps_get_free_size(BLE_CONTROLLER_MALLOC_CAPS); in get_ble_controller_free_heap_size()
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c399 return heap_caps_get_free_size(BLE_CONTROLLER_MALLOC_CAPS); in get_ble_controller_free_heap_size()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c713 return heap_caps_get_free_size(BLE_CONTROLLER_MALLOC_CAPS); in get_ble_controller_free_heap_size()
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c883 return heap_caps_get_free_size(BLE_CONTROLLER_MALLOC_CAPS); in get_ble_controller_free_heap_size()