Home
last modified time | relevance | path

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

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