mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-31 07:28:02 +03:00
Periodically purge in memory-intensive integration tests.
This resolves #393.
This commit is contained in:
parent
e7d6779918
commit
2c53faf352
3 changed files with 27 additions and 6 deletions
|
|
@ -196,6 +196,13 @@ TEST_BEGIN(test_alignment_and_size)
|
|||
}
|
||||
}
|
||||
}
|
||||
/*
|
||||
* On systems which can't merge extents, this test generates a
|
||||
* lot of dirty memory very quickly. Purge between cycles to
|
||||
* avoid potential OOM on e.g. 32-bit Windows.
|
||||
*/
|
||||
assert_d_eq(mallctl("arena.0.purge", NULL, NULL, NULL, 0), 0,
|
||||
"Unexpected mallctl error");
|
||||
}
|
||||
#undef MAXALIGN
|
||||
#undef NITER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue