• Maged Michael's avatar
    Detect data race in IndexedMemPool · 839b3f31
    Maged Michael authored
    Summary: IndexedMemPool uses regular memory for the global and local next links. There is a data race as there can be concurrent reads and writes of such links. Added a test for data races.
    
    Reviewed By: nbronson
    
    Differential Revision: D4680286
    
    fbshipit-source-id: 9ef3ed439b9df07d69afe570e516c146caa53a6c
    839b3f31
IndexedMemPoolTest.cpp 5.91 KB