Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpylifecycle.c72 extern int _PyTraceMalloc_Init(int enable);
959 if (_PyTraceMalloc_Init(interp->core_config.tracemalloc) < 0) in _Py_InitializeMainInterpreter()
/external/python/cpython3/Modules/
D_tracemalloc.c1666 _PyTraceMalloc_Init(int nframe) in _PyTraceMalloc_Init() function