Application code can request a memory block from a partition by calling OSMemGet()
as shown in Listing 17-3. The code assumes that the partition was already created.
Listing 17-3 Obtaining a memory block from a partition
L17-3(1) The memory partition control block must be accessible by all tasks or ISRs that will be using the partition.
...