Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h98 bool canCache(UNUSED uptr Size) { return false; } canCache() function
380 bool canCache(uptr Size) { canCache() function
549 bool canCache(uptr Size) { return Cache.canCache(Size); } canCache() function