Home
last modified time | relevance | path

Searched defs:nframe (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_tracemalloc.py21 def get_frames(nframe, lineno_delta): argument
903 def check_env_var_invalid(self, nframe): argument
933 def check_sys_xoptions_invalid(self, nframe): argument
983 def track(self, release_gil=False, nframe=1): argument
/external/python/cpython3/Modules/clinic/
D_tracemalloc.c.h96 int nframe = 1; in _tracemalloc_start() local
/external/python/cpython3/Modules/
D_tracemalloc.c75 uint16_t nframe; member
1533 _tracemalloc_start_impl(PyObject *module, int nframe) in _tracemalloc_start_impl()
1712 _PyTraceMalloc_Init(int nframe) in _PyTraceMalloc_Init()
/external/python/cpython3/Python/
Dinitconfig.c1372 int nframe; in config_init_tracemalloc() local
/external/one-true-awk/
Drun.c225 int nframe = 0; /* number of frames allocated */ variable