Searched refs:heap_caps_add_region (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-2.7.6/components/esp32s2/ |
D | spiram.c | 339 …return heap_caps_add_region((intptr_t)SPIRAM_SMALL_SIZE_MAP_VADDR + size_for_flash, (intptr_t)SPIR… in esp_spiram_add_to_heapalloc() 345 …esp_err_t err = heap_caps_add_region((intptr_t)SPIRAM_MID_SIZE_MAP_VADDR + size_for_flash, (intptr… in esp_spiram_add_to_heapalloc() 349 …return heap_caps_add_region((intptr_t)SPIRAM_MID_BIG_SIZE_MAP_VADDR, (intptr_t)SPIRAM_MID_BIG_SIZE… in esp_spiram_add_to_heapalloc() 351 …return heap_caps_add_region((intptr_t)SPIRAM_MID_BIG_SIZE_MAP_VADDR + size_for_flash - SPIRAM_MID_… in esp_spiram_add_to_heapalloc() 355 …esp_err_t err = heap_caps_add_region((intptr_t)SPIRAM_BIG_SIZE_MAP_VADDR, (intptr_t)SPIRAM_BIG_SIZ… in esp_spiram_add_to_heapalloc() 359 …return heap_caps_add_region((intptr_t)SPIRAM_MID_BIG_SIZE_MAP_VADDR, (intptr_t)SPIRAM_MID_BIG_SIZE… in esp_spiram_add_to_heapalloc() 361 …esp_err_t err = heap_caps_add_region((intptr_t)SPIRAM_BIG_SIZE_MAP_VADDR + size_for_flash - SPIRAM… in esp_spiram_add_to_heapalloc() 365 …return heap_caps_add_region((intptr_t)SPIRAM_MID_BIG_SIZE_MAP_VADDR, (intptr_t)SPIRAM_MID_BIG_SIZE… in esp_spiram_add_to_heapalloc() 367 …return heap_caps_add_region((intptr_t)SPIRAM_MID_BIG_SIZE_MAP_VADDR + size_for_flash - SPIRAM_SIZE… in esp_spiram_add_to_heapalloc() 373 …return heap_caps_add_region((intptr_t)DPORT_CACHE_ADDRESS_LOW, (intptr_t)DPORT_CACHE_ADDRESS_LOW +… in esp_spiram_add_to_heapalloc() [all …]
|
/hal_espressif-2.7.6/components/heap/test/ |
D | test_runtime_heap_reg.c | 20 TEST_ESP_OK( heap_caps_add_region((intptr_t)buffer, (intptr_t)buffer + BUF_SZ) ); 64 TEST_ESP_OK( heap_caps_add_region((intptr_t)s_buffer, (intptr_t)s_buffer + BUF_SZ) ); 71 … TEST_ASSERT( (heap_caps_add_region((intptr_t)s_buffer, (intptr_t)s_buffer + BUF_SZ) != ESP_OK) );
|
/hal_espressif-2.7.6/components/heap/include/ |
D | esp_heap_caps_init.h | 67 esp_err_t heap_caps_add_region(intptr_t start, intptr_t end);
|
/hal_espressif-2.7.6/components/esp32/ |
D | spiram.c | 192 …return heap_caps_add_region((intptr_t)&_ext_ram_bss_end, (intptr_t)SOC_EXTRAM_DATA_LOW + spiram_si… in esp_spiram_add_to_heapalloc() 195 …return heap_caps_add_region((intptr_t)SOC_EXTRAM_DATA_LOW, (intptr_t)SOC_EXTRAM_DATA_LOW + spiram_… in esp_spiram_add_to_heapalloc()
|
/hal_espressif-2.7.6/components/heap/ |
D | heap_caps_init.c | 155 esp_err_t heap_caps_add_region(intptr_t start, intptr_t end) in heap_caps_add_region() function
|
/hal_espressif-2.7.6/components/esp32s3/ |
D | spiram.c | 277 …return heap_caps_add_region((intptr_t)SOC_EXTRAM_DATA_HIGH - spiram_size + size_for_flash, (intptr… in esp_spiram_add_to_heapalloc()
|
/hal_espressif-2.7.6/components/bt/controller/esp32c3/ |
D | bt.c | 877 int ret = heap_caps_add_region(start, end); in try_heap_caps_add_region()
|
/hal_espressif-2.7.6/components/bt/controller/esp32/ |
D | bt.c | 1202 int ret = heap_caps_add_region(start, end); in try_heap_caps_add_region()
|
/hal_espressif-2.7.6/tools/test_idf_size/ |
D | app_esp32s2.map | 2193 .literal.heap_caps_add_region 2200 .text.heap_caps_add_region 14797 heap_caps_add_region esp-idf/heap/libheap.a(heap_caps_init.c.obj)
|
D | app2.map | 2865 .literal.heap_caps_add_region 2872 .text.heap_caps_add_region 16817 heap_caps_add_region esp-idf/heap/libheap.a(heap_caps_init.c.obj)
|
D | app.map | 1422 .literal.heap_caps_add_region 1429 .text.heap_caps_add_region
|