Home
last modified time | relevance | path

Searched refs:max_cached (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h223 const uptr max_cached = TransferBatch::MaxCached(size); in InitCache() local
224 c->max_count = 2 * max_cached; in InitCache()
234 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ? in InitCache()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h222 const uptr max_cached = TransferBatch::MaxCached(size); in InitCache() local
223 c->max_count = 2 * max_cached; in InitCache()
233 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ? in InitCache()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h224 const uptr max_cached = TransferBatch::MaxCached(size); in InitCache() local
225 c->max_count = 2 * max_cached; in InitCache()
235 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ? in InitCache()