/hal_espressif-3.4.0/components/heap/ |
D | heap_caps.c | 64 static void heap_caps_alloc_failed(size_t requested_size, uint32_t caps, const char *function_name) in heap_caps_alloc_failed() 86 bool heap_caps_match(const heap_t *heap, uint32_t caps) in heap_caps_match() 96 IRAM_ATTR static void *heap_caps_malloc_base( size_t size, uint32_t caps) in heap_caps_malloc_base() 165 IRAM_ATTR void *heap_caps_malloc( size_t size, uint32_t caps){ in heap_caps_malloc() 260 uint32_t caps = va_arg( argp, uint32_t ); in heap_caps_malloc_prefer() local 279 uint32_t caps = va_arg( argp, uint32_t ); in heap_caps_realloc_prefer() local 298 uint32_t caps = va_arg( argp, uint32_t ); in heap_caps_calloc_prefer() local 347 IRAM_ATTR static void *heap_caps_realloc_base( void *ptr, size_t size, uint32_t caps) in heap_caps_realloc_base() 421 IRAM_ATTR void *heap_caps_realloc( void *ptr, size_t size, uint32_t caps) in heap_caps_realloc() 432 IRAM_ATTR void *heap_caps_calloc( size_t n, size_t size, uint32_t caps) in heap_caps_calloc() [all …]
|
D | heap_caps_init.c | 165 const uint32_t *caps = soc_memory_types[region->type].caps; in heap_caps_add_region() local 173 esp_err_t heap_caps_add_region_with_caps(const uint32_t caps[], intptr_t start, intptr_t end) in heap_caps_add_region_with_caps()
|
D | heap_private.h | 35 …uint32_t caps[SOC_MEMORY_TYPE_NO_PRIOS]; ///< Capabilities for the type of memory in this heap (as… member
|
D | heap_task_info.c | 60 uint32_t caps = get_all_caps(reg); in heap_caps_get_per_task_info() local
|
/hal_espressif-3.4.0/components/heap/test/ |
D | test_runtime_heap_reg.c | 45 uint32_t caps[SOC_MEMORY_TYPE_NO_PRIOS] = { MALLOC_CAP_INVENTED }; variable
|
D | test_diram.c | 13 static void *malloc_block_diram(uint32_t caps) in malloc_block_diram()
|
D | test_malloc_caps.c | 203 void heap_caps_alloc_failed_hook(size_t requested_size, uint32_t caps, const char *function_name) in heap_caps_alloc_failed_hook()
|
/hal_espressif-3.4.0/components/heap/include/ |
D | heap_memory_layout.h | 31 …uint32_t caps[SOC_MEMORY_TYPE_NO_PRIOS]; ///< Capabilities for this memory type (as a prioritised … member
|
D | esp_heap_task_info.h | 68 int32_t caps[NUM_HEAP_TASK_CAPS]; ///< Array of caps for partitioning task totals member
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/common/ |
D | bss.h | 42 u16 caps; member
|
/hal_espressif-3.4.0/components/spi_flash/sim/ |
D | flash_mock.cpp | 113 void *heap_caps_malloc( size_t size, uint32_t caps ) in heap_caps_malloc()
|
/hal_espressif-3.4.0/components/spi_flash/ |
D | esp_flash_spi_init.c | 197 uint32_t caps = MALLOC_CAP_DEFAULT; in spi_bus_add_flash_device() local
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32/ |
D | spiram.c | 236 … uint32_t caps[] = { 0, MALLOC_CAP_DMA|MALLOC_CAP_INTERNAL, MALLOC_CAP_8BIT|MALLOC_CAP_32BIT }; in esp_spiram_reserve_dma_pool() local
|
/hal_espressif-3.4.0/tools/unit-test-app/components/test_utils/ |
D | test_utils.c | 156 test_utils_exhaust_memory_rec test_utils_exhaust_memory(uint32_t caps, size_t limit) in test_utils_exhaust_memory()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s3/ |
D | spiram.c | 281 uint32_t caps[] = {MALLOC_CAP_DMA | MALLOC_CAP_INTERNAL, 0, MALLOC_CAP_8BIT | MALLOC_CAP_32BIT}; in esp_spiram_reserve_dma_pool() local
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s2/ |
D | spiram.c | 349 uint32_t caps[]={MALLOC_CAP_DMA|MALLOC_CAP_INTERNAL, 0, MALLOC_CAP_8BIT|MALLOC_CAP_32BIT}; in esp_spiram_reserve_dma_pool() local
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/drivers/ |
D | driver.h | 67 u16 caps; member
|