Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c1804 size_t pool_header_bytes = 0; in _PyObject_DebugMallocStats() local
1891 pool_header_bytes += p * POOL_OVERHEAD; in _PyObject_DebugMallocStats()
1916 total += printone("# bytes lost to pool headers", pool_header_bytes); in _PyObject_DebugMallocStats()