Home
last modified time | relevance | path

Searched defs:PA_ALIGNAS (Results 1 – 1 of 1) sorted by relevance

/external/cronet/base/allocator/partition_allocator/partition_alloc_base/
Dcompiler_specific.h73 #define PA_ALIGNAS(byte_alignment) alignas(byte_alignment) macro
75 #define PA_ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) macro
77 #define PA_ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro