Searched defs:_tracemalloc_runtime_state (Results 1 – 1 of 1) sorted by relevance
67 struct _tracemalloc_runtime_state { struct68 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