Home
last modified time | relevance | path

Searched defs:BlockStats (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Darenaz_sampler.h47 struct BlockStats { struct
48 std::atomic<int> num_allocations;
49 std::atomic<size_t> bytes_allocated;
50 std::atomic<size_t> bytes_used;
51 std::atomic<size_t> bytes_wasted;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp731 PerBlockIDStats &BlockStats = BlockIDStats[BlockID]; in parseBlock() local