Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobmalloc.c1030 #define POOL_ADDR(P) ((poolp)_Py_ALIGN_DOWN((P), POOL_SIZE)) macro
2181 poolp pool = POOL_ADDR(p); in pymalloc_free()
2269 pool = POOL_ADDR(p); in pymalloc_realloc()