Searched refs:grpc_memory_counters_snapshot (Results 1 – 4 of 4) sorted by relevance
132 struct grpc_memory_counters grpc_memory_counters_snapshot() { in grpc_memory_counters_snapshot() function158 struct grpc_memory_counters counters = grpc_memory_counters_snapshot(); in ~LeakDetector()
33 struct grpc_memory_counters grpc_memory_counters_snapshot();
72 grpc_memory_counters counters_at_start_ = grpc_memory_counters_snapshot();
89 grpc_memory_counters counters_at_end = grpc_memory_counters_snapshot(); in AddToLabel()