Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_tracemalloc.c81 #define TRACEBACK_SIZE(NFRAME) \ argument
82 (sizeof(traceback_t) + sizeof(frame_t) * (NFRAME - 1))
/external/python/cpython3/Doc/library/
Dtracemalloc.rst385 (``PYTHONTRACEMALLOC=NFRAME``) and the :option:`-X` ``tracemalloc=NFRAME``
/external/python/cpython3/Doc/using/
Dcmdline.rst436 stored in a traceback of a trace. Use ``-X tracemalloc=NFRAME`` to start
437 tracing with a traceback limit of *NFRAME* frames. See the