Home
last modified time | relevance | path

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

/external/scudo/standalone/
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()
/external/cronet/third_party/protobuf/src/google/protobuf/
Darena_impl.h413 struct CachedBlock { struct
415 CachedBlock* next; argument
/external/protobuf/src/google/protobuf/
Darena_impl.h420 struct CachedBlock { struct
422 CachedBlock* next; argument