reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/tsan/rtl/tsan_sync.cpp
   62   u32 idx = block_alloc_.Alloc(&thr->proc()->block_cache);
   63   MBlock *b = block_alloc_.Map(idx);
   98         block_alloc_.Free(&proc->block_cache, idx & ~kFlagMask);
  189       return block_alloc_.Map(idx & ~kFlagMask);
  292   block_alloc_.FlushCache(&proc->block_cache);