Searched refs:POOL_SIZE_MASK (Results 1 – 1 of 1) sorted by relevance
921 #define POOL_SIZE_MASK SYSTEM_PAGE_SIZE_MASK macro1324 excess = (uint)(arenaobj->address & POOL_SIZE_MASK); in new_arena()2650 if (base & (uintptr_t)POOL_SIZE_MASK) { in _PyObject_DebugMallocStats()2652 base &= ~(uintptr_t)POOL_SIZE_MASK; in _PyObject_DebugMallocStats()