/hal_espressif-latest/zephyr/port/heap/ |
D | heap_caps_zephyr.c | 38 static void heap_caps_alloc_failed(size_t requested_size, uint32_t caps, const char *function_name) in heap_caps_alloc_failed() 52 static void *heap_caps_malloc_base( size_t size, uint32_t caps) in heap_caps_malloc_base() 64 void *heap_caps_malloc( size_t size, uint32_t caps) in heap_caps_malloc() 86 static void *heap_caps_realloc_base( void *ptr, size_t size, uint32_t caps) in heap_caps_realloc_base() 97 void *heap_caps_realloc( void *ptr, size_t size, uint32_t caps) in heap_caps_realloc() 117 static void *heap_caps_calloc_base( size_t n, size_t size, uint32_t caps) in heap_caps_calloc_base() 128 void *heap_caps_calloc( size_t n, size_t size, uint32_t caps) in heap_caps_calloc() 145 size_t heap_caps_get_total_size(uint32_t caps) in heap_caps_get_total_size() 150 size_t heap_caps_get_free_size( uint32_t caps ) in heap_caps_get_free_size() 156 size_t heap_caps_get_minimum_free_size( uint32_t caps ) in heap_caps_get_minimum_free_size() [all …]
|
/hal_espressif-latest/components/heap/ |
D | heap_caps_linux.c | 31 static void heap_caps_alloc_failed(size_t requested_size, uint32_t caps, const char *function_name) in heap_caps_alloc_failed() 45 static void *heap_caps_malloc_base( size_t size, uint32_t caps) in heap_caps_malloc_base() 57 void *heap_caps_malloc( size_t size, uint32_t caps) in heap_caps_malloc() 81 static void *heap_caps_realloc_base( void *ptr, size_t size, uint32_t caps) in heap_caps_realloc_base() 92 void *heap_caps_realloc( void *ptr, size_t size, uint32_t caps) in heap_caps_realloc() 112 static void *heap_caps_calloc_base( size_t n, size_t size, uint32_t caps) in heap_caps_calloc_base() 123 void *heap_caps_calloc( size_t n, size_t size, uint32_t caps) in heap_caps_calloc() 140 size_t heap_caps_get_total_size(uint32_t caps) in heap_caps_get_total_size() 145 size_t heap_caps_get_free_size( uint32_t caps ) in heap_caps_get_free_size() 150 size_t heap_caps_get_minimum_free_size( uint32_t caps ) in heap_caps_get_minimum_free_size() [all …]
|
D | heap_caps.c | 53 HEAP_IRAM_ATTR static void fmt_abort_str(char dest[48], size_t size, uint32_t caps) in fmt_abort_str() 87 …INLINE_ATTR static void heap_caps_alloc_failed(size_t requested_size, uint32_t caps, const char *f… in heap_caps_alloc_failed() 111 bool heap_caps_match(const heap_t *heap, uint32_t caps) in heap_caps_match() 121 HEAP_IRAM_ATTR static void *heap_caps_malloc_base( size_t size, uint32_t caps) in heap_caps_malloc_base() 195 HEAP_IRAM_ATTR void *heap_caps_malloc( size_t size, uint32_t caps){ in heap_caps_malloc() 290 uint32_t caps = MALLOC_CAP_DEFAULT; in heap_caps_malloc_prefer() local 314 uint32_t caps = MALLOC_CAP_DEFAULT; in heap_caps_realloc_prefer() local 338 uint32_t caps = MALLOC_CAP_DEFAULT; in heap_caps_calloc_prefer() local 397 HEAP_IRAM_ATTR static void *heap_caps_realloc_base( void *ptr, size_t size, uint32_t caps) in heap_caps_realloc_base() 472 HEAP_IRAM_ATTR void *heap_caps_realloc( void *ptr, size_t size, uint32_t caps) in heap_caps_realloc() [all …]
|
D | heap_caps_init.c | 161 const uint32_t *caps = soc_memory_types[region->type].caps; in heap_caps_add_region() local 207 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 | 27 …uint32_t caps[SOC_MEMORY_TYPE_NO_PRIOS]; ///< Capabilities for the type of memory in this heap (as… member
|
D | heap_task_info.c | 52 uint32_t caps = get_all_caps(reg); in heap_caps_get_per_task_info() local
|
D | heap_trace_standalone.c | 287 void heap_trace_dump_caps(const uint32_t caps) { in heap_trace_dump_caps()
|
/hal_espressif-latest/components/spi_flash/ |
D | flash_mmap.c | 60 mmu_mem_caps_t caps = 0; in spi_flash_mmap() local 165 mmu_mem_caps_t caps = 0; in spi_flash_mmap_pages() local 270 mmu_mem_caps_t caps = 0; in spi_flash_mmap_get_free_pages() local 315 mmu_mem_caps_t caps = 0; in is_page_mapped_in_cache() local
|
D | esp_flash_spi_init.c | 233 uint32_t caps = MALLOC_CAP_DEFAULT; in spi_bus_add_flash_device() local
|
/hal_espressif-latest/components/esp_mm/ |
D | esp_mmu_map.c | 76 int caps; //caps of this block, `mmu_mem_caps_t` member 93 int caps; //caps of this region, `mmu_mem_caps_t` member 251 static esp_err_t s_mem_caps_check(mmu_mem_caps_t caps) in s_mem_caps_check() 263 esp_err_t esp_mmu_map_get_max_consecutive_free_block_size(mmu_mem_caps_t caps, mmu_target_t target,… in esp_mmu_map_get_max_consecutive_free_block_size() 285 …gion(mem_region_t *mem_regions, uint32_t region_nums, size_t size, mmu_mem_caps_t caps, mmu_target… in s_find_available_region() 299 esp_err_t esp_mmu_map_reserve_block_with_caps(size_t size, mmu_mem_caps_t caps, mmu_target_t target… in esp_mmu_map_reserve_block_with_caps() 413 …mmu_map(esp_paddr_t paddr_start, size_t size, mmu_target_t target, mmu_mem_caps_t caps, int flags,… in esp_mmu_map()
|
D | ext_mem_layout.h | 26 uint32_t caps; //vaddr capabilities member
|
/hal_espressif-latest/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 | 62 int32_t caps[NUM_HEAP_TASK_CAPS]; ///< Array of caps for partitioning task totals member
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | bss.h | 43 u16 caps; member
|
/hal_espressif-latest/components/spi_flash/sim/ |
D | flash_mock.cpp | 135 void *heap_caps_malloc( size_t size, uint32_t caps ) in heap_caps_malloc()
|
/hal_espressif-latest/components/esp_psram/ |
D | esp_psram.c | 367 … uint32_t caps[] = {0, MALLOC_CAP_DMA | MALLOC_CAP_INTERNAL, MALLOC_CAP_8BIT | MALLOC_CAP_32BIT}; in esp_psram_extram_reserve_dma_pool() local
|
/hal_espressif-latest/components/wpa_supplicant/src/drivers/ |
D | driver.h | 67 u16 caps; member
|