Types of alignment strategy to allocate memory.
Synopsis
Declared in <bslma_bufferallocator.h>
enum AlignmentStrategy;
Members
Name |
Description |
|
Return memory on a maximally‐aligned boundary ( |
|
Return memory aligned on the largest power of two dividing the requested size (up to |
Created with MrDocs