Searched refs:heap_caps_add_region (Results 1 – 18 of 18) sorted by relevance
/hal_espressif-3.6.0/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-3.6.0/components/esp_hw_support/port/esp32s2/ |
D | spiram.c | 298 …esp_err_t err_status = heap_caps_add_region(DPORT_CACHE_ADDRESS_LOW + EXT_BSS_SIZE, FREE_DRAM0_DRA… in esp_spiram_add_to_heapalloc() 315 …return heap_caps_add_region(map_vaddr + recycle_pages_size, map_vaddr + spiram_map_size - 1); // p… in esp_spiram_add_to_heapalloc() 328 return heap_caps_add_region(map_vaddr , map_vaddr + map_size - 1); in esp_spiram_add_to_heapalloc() 339 return heap_caps_add_region(map_vaddr, map_vaddr + FREE_DRAM0_DRAM1_DPORT_CACHE_SIZE -1); in esp_spiram_add_to_heapalloc()
|
/hal_espressif-3.6.0/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-3.6.0/components/esp_hw_support/port/esp32/ |
D | spiram.c | 217 return heap_caps_add_region(mallocable_ram_start, mallocable_ram_end); in esp_spiram_add_to_heapalloc()
|
/hal_espressif-3.6.0/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-3.6.0/components/esp_hw_support/port/esp32s3/ |
D | spiram.c | 272 …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-3.6.0/components/bt/controller/esp32c3/ |
D | bt.c | 888 int ret = heap_caps_add_region(start, end); in try_heap_caps_add_region()
|
/hal_espressif-3.6.0/components/bt/controller/esp32/ |
D | bt.c | 1428 int ret = heap_caps_add_region(start, end); in try_heap_caps_add_region()
|
/hal_espressif-3.6.0/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_esp32s3.map | 1340 .literal.heap_caps_add_region 1347 .text.heap_caps_add_region 19333 heap_caps_add_region esp-idf/heap/libheap.a(heap_caps_init.c.obj)
|
D | app_esp32c3.map | 957 .text.heap_caps_add_region 15783 heap_caps_add_region esp-idf/heap/libheap.a(heap_caps_init.c.obj)
|
D | app_esp32h2.map | 947 .text.heap_caps_add_region 14069 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
|
D | overflow.map | 2040 .literal.heap_caps_add_region 2047 .text.heap_caps_add_region 70300 heap_caps_add_region esp-idf/heap/libheap.a(heap_caps_init.c.obj)
|
D | overflow_esp32s2.map | 1991 .literal.heap_caps_add_region 1998 .text.heap_caps_add_region 71427 heap_caps_add_region esp-idf/heap/libheap.a(heap_caps_init.c.obj)
|
D | overflow_esp32s3.map | 2290 .literal.heap_caps_add_region 2297 .text.heap_caps_add_region 86505 heap_caps_add_region esp-idf/heap/libheap.a(heap_caps_init.c.obj)
|
D | overflow_esp32c3.map | 1998 .text.heap_caps_add_region 65723 heap_caps_add_region esp-idf/heap/libheap.a(heap_caps_init.c.obj)
|