Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c342 #define POOL_ADDR(P) ((poolp)((uptr)(P) & ~(uptr)POOL_SIZE_MASK)) macro
1012 pool = POOL_ADDR(p); in PyObject_Free()
1252 pool = POOL_ADDR(p); in PyObject_Realloc()