Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c287 uint szidx; /* block size class index */ member
923 if (pool->szidx == size) { in PyObject_Malloc()
938 pool->szidx = size; in PyObject_Malloc()
957 pool->szidx = DUMMY_SIZE_IDX; in PyObject_Malloc()
1198 size = pool->szidx; in PyObject_Free()
1255 size = INDEX2SIZE(pool->szidx); in PyObject_Realloc()
1856 const uint sz = p->szidx; in _PyObject_DebugMallocStats()
/external/python/cpython3/Objects/
Dobmalloc.c945 uint szidx; /* block size class index */ member
1531 pool->szidx = DUMMY_SIZE_IDX; in allocate_from_new_pool()
1556 if (pool->szidx == size) { in allocate_from_new_pool()
1571 pool->szidx = size; in allocate_from_new_pool()
1678 uint size = pool->szidx; in insert_to_usedpool()
1971 size = INDEX2SIZE(pool->szidx); in pymalloc_realloc()
2661 const uint sz = p->szidx; in _PyObject_DebugMallocStats()