Searched refs:pool_header_bytes (Results 1 – 2 of 2) sorted by relevance
1810 size_t pool_header_bytes = 0; in _PyObject_DebugMallocStats() local1897 pool_header_bytes += p * POOL_OVERHEAD; in _PyObject_DebugMallocStats()1922 total += printone("# bytes lost to pool headers", pool_header_bytes); in _PyObject_DebugMallocStats()
2531 size_t pool_header_bytes = 0; in _PyObject_DebugMallocStats() local2619 pool_header_bytes += p * POOL_OVERHEAD; in _PyObject_DebugMallocStats()2644 total += printone(out, "# bytes lost to pool headers", pool_header_bytes); in _PyObject_DebugMallocStats()