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
878 def check_env_var_invalid(self, nframe): argument
908 def check_sys_xoptions_invalid(self, nframe): argument
958 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.c81 int nframe; member
1509 _tracemalloc_start_impl(PyObject *module, int nframe) in _tracemalloc_start_impl()
1650 _PyTraceMalloc_Init(int nframe) in _PyTraceMalloc_Init()
/external/python/cpython3/Python/
Dinitconfig.c1307 int nframe; in config_init_tracemalloc() local
/external/one-true-awk/
Drun.c224 int nframe = 0; /* number of frames allocated */ variable