|
|
Memory Management
Until now, memory management issues were only rarely adressed in embedded systems, simply because memory, power consumption, and execution time constraints made it impractical to use large amounts of memory. Previously, memory had typically been statically-allocated, to ensure faster execution time.
-- See also (external links) --
|