Lines Matching refs:tracemalloc
15 #define tracemalloc_config _PyRuntime.tracemalloc.config
30 #define allocators _PyRuntime.tracemalloc.allocators
37 # define tables_lock _PyRuntime.tracemalloc.tables_lock
61 #define tracemalloc_empty_traceback _PyRuntime.tracemalloc.empty_traceback
74 #define tracemalloc_traced_memory _PyRuntime.tracemalloc.traced_memory
75 #define tracemalloc_peak_traced_memory _PyRuntime.tracemalloc.peak_traced_memory
76 #define tracemalloc_filenames _PyRuntime.tracemalloc.filenames
77 #define tracemalloc_traceback _PyRuntime.tracemalloc.traceback
78 #define tracemalloc_tracebacks _PyRuntime.tracemalloc.tracebacks
79 #define tracemalloc_traces _PyRuntime.tracemalloc.traces
80 #define tracemalloc_domains _PyRuntime.tracemalloc.domains
101 #define tracemalloc_reentrant_key _PyRuntime.tracemalloc.reentrant_key