Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dobmalloc.c1008 uint szidx; /* block size class index */ member
1889 pool->szidx = DUMMY_SIZE_IDX; in allocate_from_new_pool()
1914 if (pool->szidx == size) { in allocate_from_new_pool()
1929 pool->szidx = size; in allocate_from_new_pool()
2036 uint size = pool->szidx; in insert_to_usedpool()
2334 size = INDEX2SIZE(pool->szidx); in pymalloc_realloc()
3022 const uint sz = p->szidx; in _PyObject_DebugMallocStats()

Completed in 4 milliseconds