Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobmalloc.c1001 #define NUMBLOCKS(I) ((uint)(POOL_SIZE - POOL_OVERHEAD) / INDEX2SIZE(I)) macro
2673 freeblocks = NUMBLOCKS(sz) - p->ref.count; in _PyObject_DebugMallocStats()