/hal_espressif-latest/zephyr/port/include/ |
D | esp_heap_adapter.h | 25 #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/ |
D | Kconfig.spiram.common | 28 … 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/ |
D | allocator.h | 37 #define osi_malloc_base(size) malloc((size)) 77 p = malloc((size)); \
|
/hal_espressif-latest/components/esp_adc/deprecated/ |
D | esp_adc_cal_common_legacy.c | 64 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/ |
D | hci_driver_standard.c | 32 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/ |
D | bootloader_sha.c | 16 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/ |
D | hci_driver_util.c | 64 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/ |
D | hci_driver_uart_dma.c | 163 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/ |
D | bt_osi_mem.c | 24 mem = malloc(size); in bt_osi_mem_malloc()
|
/hal_espressif-latest/components/newlib/ |
D | realpath.c | 30 out_path = malloc(PATH_MAX); in realpath()
|
D | heap.c | 22 void* malloc(size_t size) in malloc() function
|
D | newlib_init.c | 145 environ = malloc(sizeof(char*)); in esp_newlib_init()
|
/hal_espressif-latest/components/esp_system/ |
D | debug_stubs.c | 49 void *p = malloc(size); in esp_dbg_stubs_data_alloc()
|
/hal_espressif-latest/components/bt/common/hci_log/ |
D | bt_hci_log.c | 42 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/ |
D | mesh_common.c | 25 return malloc(size); in bt_mesh_malloc()
|
/hal_espressif-latest/components/esp_hw_support/ |
D | esp_ds.c | 151 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/ |
D | CMakeLists.txt | 54 malloc
|
D | heap_caps_linux.c | 48 void *ptr = malloc(size); in heap_caps_malloc_base()
|
/hal_espressif-latest/components/esp_coex/esp32h2/ |
D | esp_coex_adapter.c | 43 void *mux = malloc(sizeof(portMUX_TYPE)); in esp_coex_common_spin_lock_create_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32c2/ |
D | esp_coex_adapter.c | 43 void *mux = malloc(sizeof(portMUX_TYPE)); in esp_coex_common_spin_lock_create_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32c3/ |
D | esp_coex_adapter.c | 44 void *mux = malloc(sizeof(portMUX_TYPE)); in esp_coex_common_spin_lock_create_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32c6/ |
D | esp_coex_adapter.c | 43 void *mux = malloc(sizeof(portMUX_TYPE)); in esp_coex_common_spin_lock_create_wrapper()
|
/hal_espressif-latest/components/heap/include/ |
D | heap_trace.inc | 88 /* 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/ |
D | esp32.rom.syscalls.ld | 33 PROVIDE ( malloc = 0x4000bea0 );
|
/hal_espressif-latest/components/esp_coex/src/ |
D | coexist_debug.c | 218 s_evt_io_map = malloc(sizeof(gpio_num_t) * evt_max); in esp_coexist_debug_init()
|