mdbx-test: add Valgrind-suppression for msync() from mdbx_mapresize().

Change-Id: I1e303b71382f7d130abdedd53435473316ebf19f
This commit is contained in:
Leonid Yuriev 2020-09-21 00:05:52 +03:00
parent deb41a10d7
commit b97edde1f7

View File

@ -14,6 +14,14 @@
...
fun:mdbx_env_sync_internal
}
{
msync-whole-mmap-3
Memcheck:Param
msync(start)
fun:msync
...
fun:mdbx_mapresize
}
# single-page flush by pwrite()
{