Searched refs:MALLOC_CAP_RTCRAM (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.6.0/components/heap/port/esp32c3/ |
D | memory_layout.c | 46 …{ "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT | MALLOC_CAP_DEFAULT, MALLOC_CAP_INTERNAL | MALLO…
|
/hal_espressif-3.6.0/components/heap/port/esp32h2/ |
D | memory_layout.c | 46 …{ "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT|MALLOC_CAP_DEFAULT, MALLOC_CAP_INTERNAL|MALLOC_CA…
|
/hal_espressif-3.6.0/components/heap/port/esp32s3/ |
D | memory_layout.c | 45 …{ "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT | MALLOC_CAP_DEFAULT, MALLOC_CAP_INTERNAL | MALLO…
|
/hal_espressif-3.6.0/components/heap/include/ |
D | esp_heap_caps.h | 37 #define MALLOC_CAP_RTCRAM (1<<15) ///< Memory must be in RTC fast memory macro
|
/hal_espressif-3.6.0/components/heap/port/esp32s2/ |
D | memory_layout.c | 48 …{ "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT|MALLOC_CAP_DEFAULT, MALLOC_CAP_INTERNAL|MALLOC_CA…
|
/hal_espressif-3.6.0/components/heap/port/esp32/ |
D | memory_layout.c | 72 …{ "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT|MALLOC_CAP_DEFAULT, MALLOC_CAP_INTERNAL|MALLOC_CA…
|
/hal_espressif-3.6.0/components/heap/test/ |
D | test_malloc_caps.c | 265 free_size = heap_caps_get_free_size(MALLOC_CAP_RTCRAM);
|
/hal_espressif-3.6.0/components/esp_system/test/ |
D | test_sleep.c | 329 uint8_t *sleep_stack = (uint8_t *)heap_caps_malloc(STACK_SIZE, MALLOC_CAP_RTCRAM); in prepare_wake_stub_from_rtc()
|