Searched refs:poolp (Results 1 – 4 of 4) sorted by relevance
292 typedef struct pool_header *poolp; typedef342 #define POOL_ADDR(P) ((poolp)((uptr)(P) & ~(uptr)POOL_SIZE_MASK))454 #define PTA(x) ((poolp )((uchar *)&(usedpools[2*(x)]) - 2*sizeof(block *)))457 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {770 int Py_ADDRESS_IN_RANGE(void *P, poolp pool) Py_NO_INLINE;793 poolp pool; in PyObject_Malloc()794 poolp next; in PyObject_Malloc()952 pool = (poolp)usable_arenas->pool_address; in PyObject_Malloc()996 poolp pool; in PyObject_Free()998 poolp next, prev; in PyObject_Free()[all …]
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…