Searched refs:block_cache (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_sync.cc63 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);
H A Dtsan_rtl.h357 DenseSlabAllocCache block_cache; member in struct:__tsan::Processor
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_sync.cc61 u32 idx = block_alloc_.Alloc(&thr->proc()->block_cache);
97 block_alloc_.Free(&proc->block_cache, idx & ~kFlagMask);
291 block_alloc_.FlushCache(&proc->block_cache);
H A Dtsan_rtl.h353 DenseSlabAllocCache block_cache; member in struct:__tsan::Processor
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_sync.cpp60 u32 idx = block_alloc_.Alloc(&thr->proc()->block_cache);
96 block_alloc_.Free(&proc->block_cache, idx & ~kFlagMask);
268 block_alloc_.FlushCache(&proc->block_cache);
H A Dtsan_rtl.h117 DenseSlabAllocCache block_cache; member in struct:__tsan::Processor

Completed in 147 milliseconds