Searched refs:poolp (Results 1 – 2 of 2) sorted by relevance
982 typedef struct pool_header *poolp; typedef1030 #define POOL_ADDR(P) ((poolp)_Py_ALIGN_DOWN((P), POOL_SIZE))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] = {1261 poolp p = (poolp)base; in _Py_GetAllocatedBlocks()1640 address_in_range(void *p, poolp pool) in address_in_range()1723 address_in_range(void *p, poolp pool) in address_in_range()1743 pymalloc_pool_extend(poolp pool, uint size) in pymalloc_pool_extend()1754 poolp next; in pymalloc_pool_extend()1804 poolp pool = usable_arenas->freepools; in allocate_from_new_pool()[all …]
17 Objects/obmalloc.c:usedpools static poolp usedpools[2 * ((NB_SM…