Searched refs:g_total_bytes_used (Results 1 – 2 of 2) sorted by relevance
80 Atomic<uint64_t> g_total_bytes_used[kAllocatorTagCount]; variable88 uint64_t total_bytes_used = g_total_bytes_used[i].load(std::memory_order_relaxed); in Dump()
84 extern Atomic<uint64_t> g_total_bytes_used[kAllocatorTagCount];89 g_total_bytes_used[tag].fetch_add(bytes, std::memory_order_relaxed); in RegisterAllocation()