Home
last modified time | relevance | path

Searched refs:total_size_absolute (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/core/util/
Dmemory_counters.cc47 NO_BARRIER_FETCH_ADD(&g_memory_counters.total_size_absolute, (gpr_atm)size); in guard_malloc()
66 NO_BARRIER_FETCH_ADD(&g_memory_counters.total_size_absolute, (gpr_atm)size); in guard_realloc()
101 counters.total_size_absolute = in grpc_memory_counters_snapshot()
102 NO_BARRIER_LOAD(&g_memory_counters.total_size_absolute); in grpc_memory_counters_snapshot()
Dmemory_counters.h26 gpr_atm total_size_absolute; member
/external/grpc-grpc/test/core/memory_usage/
Dclient.cc157 snapshot.total_size_absolute = in send_snapshot_request()
160 ->total_size_absolute; in send_snapshot_request()