Lines Matching refs:poolp
909 typedef struct pool_header *poolp; typedef
957 #define POOL_ADDR(P) ((poolp)_Py_ALIGN_DOWN((P), POOL_SIZE))
1069 #define PTA(x) ((poolp )((uint8_t *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
1072 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {
1350 address_in_range(void *p, poolp pool) in address_in_range()
1383 poolp pool; in pymalloc_alloc()
1384 poolp next; in pymalloc_alloc()
1535 pool = (poolp)usable_arenas->pool_address; in pymalloc_alloc()
1615 poolp pool; in pymalloc_free()
1617 poolp next, prev; in pymalloc_free()
1854 poolp pool; in pymalloc_realloc()
2487 pool_is_in_list(const poolp target, poolp list) in pool_is_in_list()
2489 poolp origlist = list; in pool_is_in_list()
2575 poolp p = (poolp)base; in _PyObject_DebugMallocStats()