fix memory order in AtomicHashMap<>::findInternal()
Summary: Looks like a typo, it should obviously be std::memory_order_relaxed (all necessary synchronization is done on numMapsAllocated_). Test Plan: compiled it, ran tests Reviewed By: sahrens@fb.com FB internal diff: D515322
Showing
Please register or sign in to comment