HomeSort by: relevance | last modified time | path
    Searched defs:max_cached (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_local_cache.h 224 const uptr max_cached = TransferBatch::MaxCached(size); local in function:SizeClassAllocator32LocalCache::InitCache
225 c->max_count = 2 * max_cached;
235 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ?
sanitizer_allocator_local_cache.h 224 const uptr max_cached = TransferBatch::MaxCached(size); local in function:SizeClassAllocator32LocalCache::InitCache
225 c->max_count = 2 * max_cached;
235 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ?
sanitizer_allocator_local_cache.h 224 const uptr max_cached = TransferBatch::MaxCached(size); local in function:SizeClassAllocator32LocalCache::InitCache
225 c->max_count = 2 * max_cached;
235 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ?

Completed in 30 milliseconds