Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h154 CachedBlock Entry; in store()
196 CachedBlock PrevEntry = Quarantine[QuarantinePos]; in store()
234 CachedBlock Entry; in retrieve()
368 struct CachedBlock { struct
378 void releaseIfOlderThan(CachedBlock &Entry, u64 Time) { in releaseIfOlderThan() argument
410 CachedBlock Entries[Config::SecondaryCacheEntriesArraySize] = {};
411 NonZeroLengthArray<CachedBlock, Config::SecondaryCacheQuarantineSize>