Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c1802 size_t arena_alignment = 0; in _PyObject_DebugMallocStats() local
1839 arena_alignment += POOL_SIZE; in _PyObject_DebugMallocStats()
1918 total += printone("# bytes lost to arena alignment", arena_alignment); in _PyObject_DebugMallocStats()