This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
realtime:documentation:howto:applications:memory_wip [2017/04/24 20:14] jithu created |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== RT App memory related ====== | ||
- | **(Currently WIP (Work in Progress), Ignore the contents until this line is removed )** | ||
- | |||
- | This page is meant to document the things to be considered from a Real Time Application's memory perspective. The following things fall into the purview of this topic: | ||
- | - Memory Locking | ||
- | - Stack Memory allocation and prefaulting | ||
- | - Dynamic memory allocation | ||
- | Keep in mind that the [[realtime:documentation:howto:applications:application_base|usual sequence]] is for an app to begin its execution as a regular(non RT) App, then create the RT threads with appropriate resources and scheduling parameters. | ||
- | |||
- | ===== Memory Locking ===== | ||
- | This is an application process wide setting instructing | ||