Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobmalloc.c921 #define POOL_SIZE_MASK SYSTEM_PAGE_SIZE_MASK macro
1324 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()