concurrent_map: add missing pmemcheck annotation
_size is a volatile variable and does not have to be flushed. pmemcheck complained about missing flush in pmemkv tests.
parent
d4fa94a3
Please register or sign in to comment
_size is a volatile variable and does not have to be flushed. pmemcheck complained about missing flush in pmemkv tests.