Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c345 #define NUMBLOCKS(I) ((uint)(POOL_SIZE - POOL_OVERHEAD) / INDEX2SIZE(I)) macro
1866 freeblocks = NUMBLOCKS(sz) - p->ref.count; in _PyObject_DebugMallocStats()
/external/python/cpython3/Objects/
Dobmalloc.c960 #define NUMBLOCKS(I) ((uint)(POOL_SIZE - POOL_OVERHEAD) / INDEX2SIZE(I)) macro
2588 freeblocks = NUMBLOCKS(sz) - p->ref.count; in _PyObject_DebugMallocStats()