Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCachePruning.cpp286 auto AvailableSpace = TotalSize + SpaceInfo.free; in pruneCache() local
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.cpp336 size_t AvailableSpace = MaxToSize - ToSize; in InsertPartOf() local