Home
last modified time | relevance | path

Searched defs:caps (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-latest/zephyr/port/heap/
Dheap_caps_zephyr.c38 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/
Dheap_caps_linux.c31 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 …]
Dheap_caps.c53 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 …]
Dheap_caps_init.c161 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()
Dheap_private.h27 …uint32_t caps[SOC_MEMORY_TYPE_NO_PRIOS]; ///< Capabilities for the type of memory in this heap (as… member
Dheap_task_info.c52 uint32_t caps = get_all_caps(reg); in heap_caps_get_per_task_info() local
Dheap_trace_standalone.c287 void heap_trace_dump_caps(const uint32_t caps) { in heap_trace_dump_caps()
/hal_espressif-latest/components/spi_flash/
Dflash_mmap.c60 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
Desp_flash_spi_init.c233 uint32_t caps = MALLOC_CAP_DEFAULT; in spi_bus_add_flash_device() local
/hal_espressif-latest/components/esp_mm/
Desp_mmu_map.c76 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()
Dext_mem_layout.h26 uint32_t caps; //vaddr capabilities member
/hal_espressif-latest/components/heap/include/
Dheap_memory_layout.h31 …uint32_t caps[SOC_MEMORY_TYPE_NO_PRIOS]; ///< Capabilities for this memory type (as a prioritised … member
Desp_heap_task_info.h62 int32_t caps[NUM_HEAP_TASK_CAPS]; ///< Array of caps for partitioning task totals member
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dbss.h43 u16 caps; member
/hal_espressif-latest/components/spi_flash/sim/
Dflash_mock.cpp135 void *heap_caps_malloc( size_t size, uint32_t caps ) in heap_caps_malloc()
/hal_espressif-latest/components/esp_psram/
Desp_psram.c367 … 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/
Ddriver.h67 u16 caps; member