mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 18:14:12 +08:00
2280ab0513
Change-Id: I8551c5d7ce5249a16959d34c1272c38cd1ad2d27
26 lines
356 B
Plaintext
26 lines
356 B
Plaintext
{
|
|
msync-whole-mmap-1
|
|
Memcheck:Param
|
|
msync(start)
|
|
fun:msync
|
|
...
|
|
fun:mdbx_sync_locked
|
|
}
|
|
{
|
|
msync-whole-mmap-2
|
|
Memcheck:Param
|
|
msync(start)
|
|
fun:msync
|
|
...
|
|
fun:mdbx_env_sync_ex
|
|
}
|
|
{
|
|
pwrite-page-flush
|
|
Memcheck:Param
|
|
pwritev(vector[...])
|
|
fun:pwritev
|
|
fun:mdbx_pwritev
|
|
fun:mdbx_page_flush
|
|
fun:mdbx_txn_commit
|
|
}
|