Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_tracemalloc.h67 struct _tracemalloc_runtime_state { struct
68 struct _PyTraceMalloc_Config config;
71 struct {
75 } allocators;
78 PyThread_type_lock tables_lock;
82 size_t traced_memory;
85 size_t peak_traced_memory;
109 #define _tracemalloc_runtime_state_INIT \ argument