Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobmalloc.c2932 size_t pool_header_bytes = 0; in _PyObject_DebugMallocStats() local
3017 pool_header_bytes += p * POOL_OVERHEAD; in _PyObject_DebugMallocStats()
3046 total += printone(out, "# bytes lost to pool headers", pool_header_bytes); in _PyObject_DebugMallocStats()