Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/port/include/
Desp_heap_adapter.h15 #define esp_wifi_calloc_func(_nmemb, _size) k_calloc(_nmemb, _size) argument
20 #define os_wpa_calloc_func(_nmemb, _size) k_calloc(_nmemb, _size) argument
26 #define esp_wifi_calloc_func(_nmemb, _size) calloc(_nmemb, _size) argument
31 #define os_wpa_calloc_func(_nmemb, _size) calloc(_nmemb, _size) argument