Searched refs:poolp (Results 1 – 3 of 3) sorted by relevance
950 typedef struct pool_header *poolp; typedef998 #define POOL_ADDR(P) ((poolp)_Py_ALIGN_DOWN((P), POOL_SIZE))1101 #define PTA(x) ((poolp )((uint8_t *)&(usedpools[2*(x)]) - 2*sizeof(block *)))1104 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {1229 poolp p = (poolp)base; in _Py_GetAllocatedBlocks()1413 address_in_range(void *p, poolp pool) in address_in_range()1432 pymalloc_pool_extend(poolp pool, uint size) in pymalloc_pool_extend()1443 poolp next; in pymalloc_pool_extend()1493 poolp pool = usable_arenas->freepools; in allocate_from_new_pool()1526 pool = (poolp)usable_arenas->pool_address; in allocate_from_new_pool()[all …]
17 Objects/obmalloc.c:usedpools static poolp usedpools[2 * ((NB_SM…
1892 Objects/obmalloc.c - usedpools variable static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8…