Searched refs:usedpools (Results 1 – 3 of 3) sorted by relevance
1133 #define PTA(x) ((poolp )((uint8_t *)&(usedpools[2*(x)]) - 2*sizeof(block *)))1136 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = { variable1861 poolp next = usedpools[size + size]; /* == prev */ in allocate_from_new_pool()1920 poolp pool = usedpools[size + size]; in pymalloc_alloc()1990 poolp next = usedpools[size + size]; in insert_to_usedpool()2993 assert(pool_is_in_list(p, usedpools[sz + sz])); in _PyObject_DebugMallocStats()
17 Objects/obmalloc.c:usedpools static poolp usedpools[2 * ((NB_SM…
1558 Objects/obmalloc.c - usedpools -