Home
last modified time | relevance | path

Searched refs:_Py_SIZE_ROUND_UP (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dobjimpl.h22 _Py_SIZE_ROUND_UP((typeobj)->tp_basicsize + \
/third_party/python/Include/
Dpymacro.h82 #define _Py_SIZE_ROUND_UP(n, a) (((size_t)(n) + \ macro
/third_party/python/Python/
Dpyarena.c106 size = _Py_SIZE_ROUND_UP(size, ALIGNMENT); in block_alloc()
/third_party/python/Objects/
Dobmalloc.c1025 #define POOL_OVERHEAD _Py_SIZE_ROUND_UP(sizeof(struct pool_header), ALIGNMENT)