Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h99 static uptr MaxCached(uptr size) { in MaxCached() function
352 const uptr max_count = TransferBatch::MaxCached(size); in PopulateFreeList()
H A Dsanitizer_allocator_local_cache.h223 const uptr max_cached = TransferBatch::MaxCached(size); in InitCache()