First page Back Continue Last page Graphics
Memory Management
Most RTOS provide some memory management techniques.
- Even if it is just malloc() and free()
malloc() and free() are typically slow and expensive.
allocation of fixed buffers is usually done in RTOS to save computational cycles.