Searched refs:usedpools (Results 1 – 4 of 4) sorted by relevance
454 #define PTA(x) ((poolp )((uchar *)&(usedpools[2*(x)]) - 2*sizeof(block *)))457 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {822 pool = usedpools[size + size]; in PyObject_Malloc()917 next = usedpools[size + size]; /* == prev */ in PyObject_Malloc()1199 next = usedpools[size + size]; in PyObject_Free()1870 assert(pool_is_in_list(p, usedpools[sz + sz])); in _PyObject_DebugMallocStats()
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 -