68typedef enum : uint32_t {
ra8_esp_hosted_malloc_cap_t
Allocation capability bits, at their ESP-IDF bit positions.
@ MALLOC_CAP_SPIRAM
Off-chip PSRAM on an ESP part.
@ MALLOC_CAP_8BIT
Byte-accessible.
@ MALLOC_CAP_DMA
Reachable by a DMA engine.
@ MALLOC_CAP_DEFAULT
No particular requirement.
@ MALLOC_CAP_32BIT
Word-accessible only.
@ MALLOC_CAP_INTERNAL
On-chip SRAM.
@ MALLOC_CAP_EXEC
Memory the core can fetch from.