Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dobject.h391 size_t sizeof_block);
/third_party/python/Objects/
Dobmalloc.c2867 const char *block_name, int num_blocks, size_t sizeof_block) in _PyDebugAllocatorStats() argument
2873 num_blocks, block_name, sizeof_block); in _PyDebugAllocatorStats()
2876 (void)printone(out, buf2, num_blocks * sizeof_block); in _PyDebugAllocatorStats()