Searched defs:_Py_ALIGN_UP (Results 1 – 5 of 5) sorted by relevance
109 #define _Py_ALIGN_UP(p, a) ((void *)(((uintptr_t)(p) + \ macro