Home
last modified time | relevance | path

Searched refs:_calloc_internal (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/esp_wifi/include/esp_private/
Dwifi_os_adapter.h124 void * (* _calloc_internal)(size_t n, size_t size); member
/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c657 ._calloc_internal = calloc_internal_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c694 ._calloc_internal = calloc_internal_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c700 ._calloc_internal = calloc_internal_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c639 ._calloc_internal = calloc_internal_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c656 ._calloc_internal = calloc_internal_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c712 ._calloc_internal = calloc_internal_wrapper,
/hal_espressif-latest/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c811 ._calloc_internal = calloc_internal_wrapper,
/hal_espressif-latest/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c815 ._calloc_internal = calloc_internal_wrapper,
/hal_espressif-latest/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c829 ._calloc_internal = calloc_internal_wrapper,
/hal_espressif-latest/zephyr/esp32c2/src/wifi/
Desp_wifi_adapter.c896 ._calloc_internal = calloc_internal_wrapper,
/hal_espressif-latest/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c895 ._calloc_internal = calloc_internal_wrapper,
/hal_espressif-latest/zephyr/esp32c6/src/wifi/
Desp_wifi_adapter.c911 ._calloc_internal = calloc_internal_wrapper,