Searched refs:POOL_ADDR (Results 1 – 2 of 2) sorted by relevance
342 #define POOL_ADDR(P) ((poolp)((uptr)(P) & ~(uptr)POOL_SIZE_MASK)) macro1012 pool = POOL_ADDR(p); in PyObject_Free()1252 pool = POOL_ADDR(p); in PyObject_Realloc()
957 #define POOL_ADDR(P) ((poolp)_Py_ALIGN_DOWN((P), POOL_SIZE)) macro1628 pool = POOL_ADDR(p); in pymalloc_free()1866 pool = POOL_ADDR(p); in pymalloc_realloc()