Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/heap/
Dheap_caps.c64 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 …]
Dheap_caps_init.c165 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()
Dheap_private.h35 …uint32_t caps[SOC_MEMORY_TYPE_NO_PRIOS]; ///< Capabilities for the type of memory in this heap (as… member
Dheap_task_info.c60 uint32_t caps = get_all_caps(reg); in heap_caps_get_per_task_info() local
/hal_espressif-3.4.0/components/heap/test/
Dtest_runtime_heap_reg.c45 uint32_t caps[SOC_MEMORY_TYPE_NO_PRIOS] = { MALLOC_CAP_INVENTED }; variable
Dtest_diram.c13 static void *malloc_block_diram(uint32_t caps) in malloc_block_diram()
Dtest_malloc_caps.c203 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/
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.h68 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/
Dbss.h42 u16 caps; member
/hal_espressif-3.4.0/components/spi_flash/sim/
Dflash_mock.cpp113 void *heap_caps_malloc( size_t size, uint32_t caps ) in heap_caps_malloc()
/hal_espressif-3.4.0/components/spi_flash/
Desp_flash_spi_init.c197 uint32_t caps = MALLOC_CAP_DEFAULT; in spi_bus_add_flash_device() local
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32/
Dspiram.c236 … 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/
Dtest_utils.c156 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/
Dspiram.c281 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/
Dspiram.c349 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/
Ddriver.h67 u16 caps; member