Searched refs:kFreedBit (Results 1 – 4 of 4) sorted by relevance
162 static const u64 kFreedBit = 1ull << 63; variable263 x_ |= kFreedBit; in MarkAsFreed()267 return x_ & kFreedBit; in IsFreed()271 bool res = x_ & kFreedBit; in GetFreedAndReset()272 x_ &= ~kFreedBit; in GetFreedAndReset()
169 static const u64 kFreedBit = 1ull << 63; variable270 x_ |= kFreedBit; in MarkAsFreed()274 return x_ & kFreedBit; in IsFreed()278 bool res = x_ & kFreedBit; in GetFreedAndReset()279 x_ &= ~kFreedBit; in GetFreedAndReset()
9482 <!-- static const __sanitizer::u64 __tsan::FastState::kFreedBit -->9483 …<var-decl name='kFreedBit' type-id='type-id-489' visibility='default' filepath='../../.././libsani…29937 <!-- static const __sanitizer::u64 __tsan::FastState::kFreedBit -->29938 …<var-decl name='kFreedBit' type-id='type-id-489' visibility='default' filepath='../../.././libsani…
5573 …<var-decl name='kFreedBit' type-id='type-id-489' visibility='default' filepath='../../.././libsani…17556 …<var-decl name='kFreedBit' type-id='type-id-489' visibility='default' filepath='../../.././libsani…