Home
last modified time | relevance | path

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

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