Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
H A Dcompiler_specific.h80 #define PA_ALIGNAS(byte_alignment) alignas(byte_alignment) macro
82 #define PA_ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) macro
84 #define PA_ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro