Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c1810 size_t pool_header_bytes = 0; in _PyObject_DebugMallocStats() local
1897 pool_header_bytes += p * POOL_OVERHEAD; in _PyObject_DebugMallocStats()
1922 total += printone("# bytes lost to pool headers", pool_header_bytes); in _PyObject_DebugMallocStats()
/external/python/cpython3/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()