Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dobmalloc.c978 #define POOL_SIZE_MASK (POOL_SIZE - 1) macro
1670 excess = (uint)(arenaobj->address & POOL_SIZE_MASK); in new_arena()
3012 if (base & (uintptr_t)POOL_SIZE_MASK) { in _PyObject_DebugMallocStats()
3014 base &= ~(uintptr_t)POOL_SIZE_MASK; in _PyObject_DebugMallocStats()

Completed in 11 milliseconds