Home
last modified time | relevance | path

Searched refs:_Py_ALIGN_UP (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/
H A Dpymacro.h109 #define _Py_ALIGN_UP(p, a) ((void *)(((uintptr_t)(p) + \ macro
/third_party/python/Python/
H A Dpyarena.c87 b->ab_offset = (char *)_Py_ALIGN_UP(b->ab_mem, ALIGNMENT) - in block_new()
/third_party/python/Objects/
H A Dobmalloc.c1287 uintptr_t base = (uintptr_t)_Py_ALIGN_UP(arenas[i].address, POOL_SIZE); in _Py_GetAllocatedBlocks()

Completed in 5 milliseconds