reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
103 ctx->clock_alloc.Free(c, cb->table[ClockBlock::kBlockIdx - i]); 104 ctx->clock_alloc.Free(c, idx);projects/compiler-rt/lib/tsan/rtl/tsan_sync.cpp
98 block_alloc_.Free(&proc->block_cache, idx & ~kFlagMask); 105 sync_alloc_.Free(&proc->sync_cache, idx & ~kFlagMask); 223 sync_alloc_.Free(&thr->proc()->sync_cache, myidx);