Link Search Menu Expand Document

Memory

We have implemented a basic shared memory interface that allows paged memory to be allocated before program runtime. This makes for faster read/write operations, and prevents time-inefficient page faults from hanging up the main control loop.


Table of contents