Searched refs:unneeded (Results 1 – 3 of 3) sorted by relevance
1 Tests that we eliminate unneeded write barriers.
100 void SmallLrtAllocator::Deallocate(LrtEntry* unneeded, size_t size) { in Deallocate() argument106 reinterpret_cast<uintptr_t>(unneeded) ^ (kInitialLrtBytes << index)); in Deallocate()124 unneeded = reinterpret_cast<LrtEntry*>( in Deallocate()125 reinterpret_cast<uintptr_t>(unneeded) & reinterpret_cast<uintptr_t>(other)); in Deallocate()130 auto match = [=](MemMap& map) { return unneeded == reinterpret_cast<LrtEntry*>(map.Begin()); }; in Deallocate()137 *reinterpret_cast<void**>(unneeded) = free_lists_[index]; in Deallocate()138 free_lists_[index] = unneeded; in Deallocate()
223 void Deallocate(LrtEntry* unneeded, size_t size) REQUIRES(!lock_);