Home
last modified time | relevance | path

Searched refs:POOL_SIZE_MASK (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dobmalloc.c228 #define POOL_SIZE_MASK SYSTEM_PAGE_SIZE_MASK macro
342 #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()
/external/python/cpython3/Objects/
Dobmalloc.c861 #define POOL_SIZE_MASK SYSTEM_PAGE_SIZE_MASK macro
1261 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()