Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The buffer returned by this function will be padded according to the padding_align argument passed at creation of this memory segment. This is particularly useful with systems that use cache memory and DMA engine to copy buffers as it guarantees that nothing else will be allocated on the same cache line (as long as the padding_align argument is set to the length of a cache line).
  2. For a an usage example of this function, refer to Memory Segments page.