IssuesDynamic Memory Management
Dynamic memory management (heap-based memory allocation with garbage collection) is not ideal for embedded and real-time systems
- Deterministic garbage collection (such as the PERC approach) works for most applications
- Another approach is static memory allocation and use
- Yet another approach is extensive use of stack-based memory allocation schemes