HomeSort by: relevance | last modified time | path
    Searched refs:block_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_sync.cc 63 u32 idx = block_alloc_.Alloc(&thr->proc()->block_cache);
99 block_alloc_.Free(&proc->block_cache, idx & ~kFlagMask);
293 block_alloc_.FlushCache(&proc->block_cache);
tsan_rtl.h 357 DenseSlabAllocCache block_cache; member in struct:__tsan::Processor

Completed in 12 milliseconds