Home
last modified time | relevance | path

Searched refs:block_cache (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_sync.cc64 u32 idx = block_alloc_.Alloc(&thr->block_cache); in AllocBlock()
99 block_alloc_.Free(&thr->block_cache, idx & ~kFlagMask); in FreeRange()
283 block_alloc_.FlushCache(&thr->block_cache); in OnThreadIdle()
HDtsan_rtl.h393 DenseSlabAllocCache block_cache; member