Searched refs:POOL_SIZE_MASK (Results 1 – 2 of 2) sorted by relevance
228 #define POOL_SIZE_MASK SYSTEM_PAGE_SIZE_MASK macro342 #define POOL_ADDR(P) ((poolp)((uptr)(P) & ~(uptr)POOL_SIZE_MASK))645 excess = (uint)(arenaobj->address & POOL_SIZE_MASK); in new_arena()1844 if (base & (uptr)POOL_SIZE_MASK) { in _PyObject_DebugMallocStats()1846 base &= ~(uptr)POOL_SIZE_MASK; in _PyObject_DebugMallocStats()
861 #define POOL_SIZE_MASK SYSTEM_PAGE_SIZE_MASK macro1261 excess = (uint)(arenaobj->address & POOL_SIZE_MASK); in new_arena()2565 if (base & (uintptr_t)POOL_SIZE_MASK) { in _PyObject_DebugMallocStats()2567 base &= ~(uintptr_t)POOL_SIZE_MASK; in _PyObject_DebugMallocStats()