Lines Matching defs:module
15 module _tracemalloc
868 "the tracemalloc module has been unloaded");
1047 Return True if the tracemalloc module is tracing Python memory allocations.
1051 _tracemalloc_is_tracing_impl(PyObject *module)
1065 _tracemalloc_clear_traces_impl(PyObject *module)
1334 Return an empty list if the tracemalloc module is disabled.
1338 _tracemalloc__get_traces_impl(PyObject *module)
1455 Return None if the tracemalloc module is disabled or did not
1460 _tracemalloc__get_object_traceback(PyObject *module, PyObject *obj)
1537 _tracemalloc_start_impl(PyObject *module, int nframe)
1556 _tracemalloc_stop_impl(PyObject *module)
1574 _tracemalloc_get_traceback_limit_impl(PyObject *module)
1596 Get the memory usage in bytes of the tracemalloc module.
1602 _tracemalloc_get_tracemalloc_memory_impl(PyObject *module)
1630 _tracemalloc_get_traced_memory_impl(PyObject *module)
1651 Do nothing if the tracemalloc module is not tracing memory allocations.
1656 _tracemalloc_reset_peak_impl(PyObject *module)
1687 "Debug module to trace memory blocks allocated by Python.");
1693 0, /* non-negative size to be able to unload the module */