clang-format and clang-tidy fixes for 87e7df55

This commit is contained in:
github-actions 2021-08-12 18:28:25 +00:00
parent 87e7df55bd
commit 64a822f3c1

View File

@ -70,9 +70,11 @@ namespace others {
std::unordered_map<uint64_t, std::list<uint64_t>::iterator> std::unordered_map<uint64_t, std::list<uint64_t>::iterator>
pageMap; ///< Hash map containing pages and their addresses pageMap; ///< Hash map containing pages and their addresses
uint64_t hits = 0; ///< Total number of hits, or total number of times a page uint64_t hits =
0; ///< Total number of hits, or total number of times a page
///< was found in cache. ///< was found in cache.
uint64_t pageFault = 0; ///< Total number of miss/page fault, or total number of uint64_t pageFault =
0; ///< Total number of miss/page fault, or total number of
///< times a page was not found in cache ///< times a page was not found in cache
public: public: