Lines Matching refs:memory
8 This file describes the memory layout (memory blocks) as virtual
9 memory addresses.
12 into these memory blocks.
72 /* Shared data RAM, excluding memory reserved for ROM bss/data/stack.
78 in heap at runtime. However due to static ROM memory usage at this 176KB mark, the
79 additional static memory temporarily cannot be used.
91 /* RTC fast memory (executable). Persists over deep sleep. */
94 /* RTC fast memory (same block as above, rtc_iram_seg), viewed from data bus */
98 It reserves the amount of RTC fast memory that we use for this memory segment.
105 /* RTC slow memory (data accessible). Persists over deep sleep.
107 Start of RTC slow memory is reserved for ULP co-processor code + data, if enabled.
117 It reserves the amount of RTC slow memory that we use for this memory segment.
124 /* external memory */
148 When the option is not defined then use slow memory segment
149 else the data will be placed in fast memory segment */