Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h92 static uptr MaxCached(uptr size) { in MaxCached() function
340 const uptr max_count = TransferBatch::MaxCached(size); in PopulateFreeList()
H A Dsanitizer_allocator_local_cache.h224 const uptr max_cached = TransferBatch::MaxCached(size); in InitCache()