Lines Matching full:memory
5 severly memory constrained systems such as deeply embedded systems or
26 protothread do not require a separate stack. In memory constrained
28 amounts of the available memory. In contrast, each protothread only
54 - Memory constrained systems
88 In memory constrained systems, such as deeply embedded systems,
89 traditional multi-threading may have a too large memory overhead. In
92 available memory.
97 switching is done by stack rewinding. This is advantageous in memory
99 of the available memory. A protothread only requires only two bytes of
100 memory per protothread. Moreover, protothreads are implemented in pure
153 memory per protothread. The exact amount of memory required depends on