Lines Matching refs:in
11 during boot-up can also be placed in SPI RAM.
26 The SPI RAM can be accessed in multiple methods: by just having it available as an unmanaged
27 memory region in the CPU's memory map, by integrating it in the heap as 'special' memory
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
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"
75 …at the internal memory is entirely filled up. This causes allocations that are specifically done in
78 like that; the memory in this pool is not given out when a normal malloc() is called.
83 be sure to keep this in mind when adjusting this value.
89 bool "Allow .bss segment placed in external memory"
94 …If enabled, variables with EXT_RAM_BSS_ATTR attribute will be placed in SPIRAM instead of internal…
96 … in SPIRAM. BSS sections from other object files and libraries can also be placed in SPIRAM through
99 Note that the variables placed in SPIRAM using EXT_RAM_BSS_ATTR will be zero initialized.
102 bool "Allow .noinit segment placed in external memory"
106 If enabled, noinit variables can be placed in PSRAM using EXT_RAM_NOINIT_ATTR.