Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h192 uptr getMaxSize() const { return atomic_load_relaxed(&MaxSize); } in getMaxSize() function
/llvm-project/bolt/include/bolt/Core/
H A DBinaryFunction.h1090 uint64_t getMaxSize() const { return MaxSize; } getMaxSize() function