Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_tracemalloc.py22 def get_frames(nframe, lineno_delta): argument
923 def check_env_var_invalid(self, nframe): argument
953 def check_sys_xoptions_invalid(self, nframe): argument
1003 def track(self, release_gil=False, nframe=1): argument
/third_party/python/Modules/clinic/
D_tracemalloc.c.h96 int nframe = 1; in _tracemalloc_start() local
/third_party/python/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()
/third_party/python/Python/
Dinitconfig.c1732 int nframe; in config_init_tracemalloc() local