Home
last modified time | relevance | path

Searched refs:malloc (Results 1 – 25 of 56) sorted by relevance

123

/hal_espressif-latest/zephyr/port/include/
Desp_heap_adapter.h25 #define esp_wifi_malloc_func(_size) malloc(_size)
29 #define os_wpa_malloc_func(_size) malloc(_size)
44 #define esp_bt_malloc_func(_size) malloc(_size)
/hal_espressif-latest/components/esp_psram/
DKconfig.spiram.common28 … needing heap_caps_malloc to allocate, or by fully integrating it making malloc() also able to
36 bool "Make RAM allocatable using malloc() as well"
49 int "Maximum malloc() size, in bytes, to always put in internal memory"
54 …If malloc() is capable of also allocating SPI-connected ram, its allocation strategy will prefer to
57 … from the non-preferred region instead, so malloc() will not suddenly fail when either internal or
78 like that; the memory in this pool is not given out when a normal malloc() is called.
/hal_espressif-latest/components/bt/common/osi/include/osi/
Dallocator.h37 #define osi_malloc_base(size) malloc((size))
77 p = malloc((size)); \
/hal_espressif-latest/components/esp_adc/deprecated/
Desp_adc_cal_common_legacy.c64 uint64_t *variable = (uint64_t *)malloc(term_num * sizeof(uint64_t)); in esp_adc_cal_get_reading_error()
65 uint64_t *term = (uint64_t *)malloc(term_num * sizeof(uint64_t)); in esp_adc_cal_get_reading_error()
/hal_espressif-latest/components/bt/porting/transport/driver/vhci/
Dhci_driver_standard.c32 buf = malloc(buf_len); in hci_driver_vhci_controller_tx()
40 buf = malloc(buf_len); in hci_driver_vhci_controller_tx()
/hal_espressif-latest/components/bootloader_support/src/idf/
Dbootloader_sha.c16 mbedtls_sha256_context *ctx = (mbedtls_sha256_context *)malloc(sizeof(mbedtls_sha256_context)); in bootloader_sha256_start()
/hal_espressif-latest/components/bt/porting/transport/driver/common/
Dhci_driver_util.c64 s_hci_driver_util_env.tx_entry_pool = (struct os_mempool *)malloc(sizeof(struct os_mempool)); in hci_driver_util_memory_init()
70 s_hci_driver_util_env.tx_entry_mem = malloc(OS_MEMPOOL_SIZE(HCI_DRIVER_UTIL_TX_POOL_NUM, in hci_driver_util_memory_init()
/hal_espressif-latest/components/bt/porting/transport/driver/uart/
Dhci_driver_uart_dma.c163 s_hci_driver_uart_dma_env.lldesc_mem = malloc(OS_MEMPOOL_SIZE(HCI_LLDESCS_POOL_NUM, in hci_driver_uart_dma_memory_init()
175 …s_hci_driver_uart_dma_env.hci_rx_data_pool = (struct os_mempool *)malloc(sizeof(struct os_mempool)… in hci_driver_uart_dma_memory_init()
181 s_hci_driver_uart_dma_env.hci_rx_data_buffer = malloc(OS_MEMPOOL_SIZE(HCI_RX_DATA_POOL_NUM, in hci_driver_uart_dma_memory_init()
198 …s_hci_driver_uart_dma_env.hci_rxinfo_pool = (struct os_mempool *)malloc(sizeof(struct os_mempool)); in hci_driver_uart_dma_memory_init()
204 s_hci_driver_uart_dma_env.hci_rxinfo_buffer = malloc(OS_MEMPOOL_SIZE(HCI_RX_INFO_POOL_NUM, in hci_driver_uart_dma_memory_init()
/hal_espressif-latest/components/bt/porting/mem/
Dbt_osi_mem.c24 mem = malloc(size); in bt_osi_mem_malloc()
/hal_espressif-latest/components/newlib/
Drealpath.c30 out_path = malloc(PATH_MAX); in realpath()
Dheap.c22 void* malloc(size_t size) in malloc() function
Dnewlib_init.c145 environ = malloc(sizeof(char*)); in esp_newlib_init()
/hal_espressif-latest/components/esp_system/
Ddebug_stubs.c49 void *p = malloc(size); in esp_dbg_stubs_data_alloc()
/hal_espressif-latest/components/bt/common/hci_log/
Dbt_hci_log.c42 g_bt_hci_log_data_buffer = malloc(BT_HCI_LOG_DATA_BUF_SIZE); in bt_hci_log_init()
46 g_bt_hci_log_adv_buffer = malloc(BT_HCI_LOG_ADV_BUF_SIZE); in bt_hci_log_init()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_common.c25 return malloc(size); in bt_mesh_malloc()
/hal_espressif-latest/components/esp_hw_support/
Desp_ds.c151 esp_ds_context_t *context = malloc(sizeof(esp_ds_context_t)); in esp_ds_start_sign()
346 esp_ds_context_t *context = malloc(sizeof(esp_ds_context_t)); in esp_ds_start_sign()
/hal_espressif-latest/components/heap/
DCMakeLists.txt54 malloc
Dheap_caps_linux.c48 void *ptr = malloc(size); in heap_caps_malloc_base()
/hal_espressif-latest/components/esp_coex/esp32h2/
Desp_coex_adapter.c43 void *mux = malloc(sizeof(portMUX_TYPE)); in esp_coex_common_spin_lock_create_wrapper()
/hal_espressif-latest/components/esp_coex/esp32c2/
Desp_coex_adapter.c43 void *mux = malloc(sizeof(portMUX_TYPE)); in esp_coex_common_spin_lock_create_wrapper()
/hal_espressif-latest/components/esp_coex/esp32c3/
Desp_coex_adapter.c44 void *mux = malloc(sizeof(portMUX_TYPE)); in esp_coex_common_spin_lock_create_wrapper()
/hal_espressif-latest/components/esp_coex/esp32c6/
Desp_coex_adapter.c43 void *mux = malloc(sizeof(portMUX_TYPE)); in esp_coex_common_spin_lock_create_wrapper()
/hal_espressif-latest/components/heap/include/
Dheap_trace.inc88 /* trace any 'malloc' event */
153 /* Note: this changes the behaviour of libc malloc/realloc/free a bit,
/hal_espressif-latest/components/esp_rom/esp32/ld/
Desp32.rom.syscalls.ld33 PROVIDE ( malloc = 0x4000bea0 );
/hal_espressif-latest/components/esp_coex/src/
Dcoexist_debug.c218 s_evt_io_map = malloc(sizeof(gpio_num_t) * evt_max); in esp_coexist_debug_init()

123