Lines Matching refs:memory
10 have specific requirements, you'll want to leave this enabled so memory allocated
27 memory region in the CPU's memory map, by integrating it in the heap as 'special' memory
32 bool "Integrate RAM into memory map"
41 bool "Run memory test on SPI RAM initialization"
45 … Runs a rudimentary memory test on initialization. Aborts when memory test fails. Disable this for
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
58 external memory is full.
61 … "Try to allocate memories of WiFi and LWIP in SPIRAM firstly. If failed, allocate internal memory"
66 memory then.
69 …int "Reserve this amount of bytes for data that specifically needs to be in DMA or internal memory"
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
78 like that; the memory in this pool is not given out when a normal malloc() is called.
82 …Note that because FreeRTOS stacks are forced to internal memory, they will also use this memory po…
85 …Note also that the DMA reserved pool may not be one single contiguous memory region, depending on …
86 configured size and the static memory usage of the app.
89 bool "Allow .bss segment placed in external memory"
102 bool "Allow .noinit segment placed in external memory"