Home
last modified time | relevance | path

Searched refs:POOL_SIZE_MASK (Results 1 – 1 of 1) 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()
1838 if (base & (uptr)POOL_SIZE_MASK) { in _PyObject_DebugMallocStats()
1840 base &= ~(uptr)POOL_SIZE_MASK; in _PyObject_DebugMallocStats()