An alignment policy that carries a runtime alignment value.
Synopsis
Declared in <folly/memory/Allocator.h>
class DefaultAlign;
Description
Provides the alignment for AlignedSysAllocator, chosen at run time.
Member Functions
Name |
Description |
|
Constructs the policy with a runtime alignment. |
Returns the configured alignment. |
Friends
Name |
Description |
Compares two policies for inequality. |
|
Compares two policies for equality. |
Created with MrDocs