Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h76 struct CachedBlock { struct
77 uptr CommitBase = 0;
78 uptr CommitSize = 0;
79 uptr BlockBegin = 0;
80 MemMapT MemMap = {};
81 u64 Time = 0;
83 bool isValid() { return CommitBase != 0; } in isValid()
85 void invalidate() { CommitBase = 0; } in invalidate()