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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h99 static uptr MaxCached(uptr size) { function in struct:SizeClassAllocator32::TransferBatch
351 const uptr max_count = TransferBatch::MaxCached(size);
H A Dsanitizer_allocator_local_cache.h216 const uptr max_cached = TransferBatch::MaxCached(size);

Completed in 59 milliseconds