...
Required Configuration
None.
Notes / Warnings
NoneThe 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).