Searched refs:_PyDebugAllocatorStats (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Objects/ |
D | methodobject.c | 330 _PyDebugAllocatorStats(out, in _PyCFunction_DebugMallocStats()
|
D | classobject.c | 394 _PyDebugAllocatorStats(out, in _PyMethod_DebugMallocStats()
|
D | frameobject.c | 1054 _PyDebugAllocatorStats(out, in _PyFrame_DebugMallocStats()
|
D | tupleobject.c | 71 _PyDebugAllocatorStats(out, in _PyTuple_DebugMallocStats()
|
D | floatobject.c | 2033 _PyDebugAllocatorStats(out, in _PyFloat_DebugMallocStats()
|
D | obmalloc.c | 2465 _PyDebugAllocatorStats(FILE *out, in _PyDebugAllocatorStats() function
|
D | listobject.c | 132 _PyDebugAllocatorStats(out, in _PyList_DebugMallocStats()
|
D | dictobject.c | 278 _PyDebugAllocatorStats(out, in _PyDict_DebugMallocStats()
|
/external/python/cpython3/Include/ |
D | object.h | 1096 _PyDebugAllocatorStats(FILE *out, const char *block_name, int num_blocks,
|