Home
last modified time | relevance | path

Searched refs:total_allocs_absolute (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/test/core/util/
Dmemory_counters.cc49 NO_BARRIER_FETCH_ADD(&g_memory_counters.total_allocs_absolute, (gpr_atm)1); in guard_malloc()
69 NO_BARRIER_FETCH_ADD(&g_memory_counters.total_allocs_absolute, (gpr_atm)1); in guard_realloc()
105 counters.total_allocs_absolute = in grpc_memory_counters_snapshot()
106 NO_BARRIER_LOAD(&g_memory_counters.total_allocs_absolute); in grpc_memory_counters_snapshot()
Dmemory_counters.h28 gpr_atm total_allocs_absolute; member
/external/grpc-grpc/test/cpp/microbenchmarks/
Dhelpers.cc77 << ((double)(counters_at_end.total_allocs_absolute - in AddToLabel()
78 counters_at_start_.total_allocs_absolute) / in AddToLabel()
/external/grpc-grpc/test/core/memory_usage/
Dclient.cc161 snapshot.total_allocs_absolute = in send_snapshot_request()
164 ->total_allocs_absolute; in send_snapshot_request()