Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpymacro.h87 #define _Py_ALIGN_UP(p, a) ((void *)(((uintptr_t)(p) + \ macro
/external/python/cpython3/Python/
Dpyarena.c86 b->ab_offset = (char *)_Py_ALIGN_UP(b->ab_mem, ALIGNMENT) - in block_new()