Searched refs:szidx (Results 1 – 2 of 2) sorted by relevance
287 uint szidx; /* block size class index */ member923 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()
904 uint szidx; /* block size class index */ member1507 if (pool->szidx == size) { in pymalloc_alloc()1522 pool->szidx = size; in pymalloc_alloc()1540 pool->szidx = DUMMY_SIZE_IDX; in pymalloc_alloc()1654 size = pool->szidx; in pymalloc_free()1884 size = INDEX2SIZE(pool->szidx); in pymalloc_realloc()2576 const uint sz = p->szidx; in _PyObject_DebugMallocStats()