Home
last modified time | relevance | path

Searched refs:INDEX2SIZE (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dobmalloc.c887 #define INDEX2SIZE(I) (((uint)(I) + 1) << ALIGNMENT_SHIFT) macro
1064 #define NUMBLOCKS(I) ((uint)(POOL_SIZE - POOL_OVERHEAD) / INDEX2SIZE(I))
1795 pool->nextoffset += INDEX2SIZE(size); in pymalloc_pool_extend()
1930 size = INDEX2SIZE(size); in allocate_from_new_pool()
2334 size = INDEX2SIZE(pool->szidx); in pymalloc_realloc()
3053 uint size = INDEX2SIZE(i); in _PyObject_DebugMallocStats()

Completed in 4 milliseconds