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
225 c->max_count = 2 * max_cached;
235 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ?
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_local_cache.h 223 const uptr max_cached = TransferBatch::MaxCached(size); local
224 c->max_count = 2 * max_cached;
234 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ?
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_local_cache.h 223 const uptr max_cached = TransferBatch::MaxCached(size); local
224 c->max_count = 2 * max_cached;
234 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ?

Completed in 16 milliseconds