Searched defs:ALIGNED (Results 1 – 2 of 2) sorted by relevance
49 typedef std::pair<const void*, size_t> Entry ALIGNED(2 * sizeof(size_t)); typedef
59 #define ALIGNED(x) __attribute__ ((__aligned__(x))) macro