Home
last modified time | relevance | path

Searched refs:align_test (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/opcache/
H A Dzend_shared_alloc.h166 } align_test; typedef
169 # define PLATFORM_ALIGNMENT (__alignof__(align_test) < 8 ? 8 : __alignof__(align_test))
171 # define PLATFORM_ALIGNMENT (sizeof(align_test))

Completed in 5 milliseconds