Lines Matching refs:internal
49 int "Maximum malloc() size, in bytes, to always put in internal memory"
55 … allocate chunks less than this size in internal memory, while allocations larger than this will be
57 … from the non-preferred region instead, so malloc() will not suddenly fail when either internal or
61 …bool "Try to allocate memories of WiFi and LWIP in SPIRAM firstly. If failed, allocate internal me…
65 … Try to allocate memories of WiFi and LWIP in SPIRAM firstly. If failed, try to allocate internal
69 …int "Reserve this amount of bytes for data that specifically needs to be in DMA or internal memory"
74 …Because the external/internal RAM allocation strategy is not always perfect, it sometimes may happ…
75 …that the internal memory is entirely filled up. This causes allocations that are specifically done…
76 …internal memory, for example the stack for new tasks or memory to service DMA or have memory that's
82 …Note that because FreeRTOS stacks are forced to internal memory, they will also use this memory po…
94 …abled, variables with EXT_RAM_BSS_ATTR attribute will be placed in SPIRAM instead of internal DRAM.