Searched defs:ALIGNED_POINTER (Results 1 – 1 of 1) sorted by relevance
49 # define ALIGNED_POINTER(ptr, type) true macro51 # define ALIGNED_POINTER(ptr, type) ((size_t) (ptr) % alignof (type) == 0) macro