mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-26 00:53:34 +03:00
HPA: Tie components into a PAI implementation.
This commit is contained in:
parent
c8209150f9
commit
1c7da33317
25 changed files with 972 additions and 11 deletions
|
|
@ -119,7 +119,7 @@ TEST_BEGIN(test_stats_arenas_summary) {
|
|||
"Unexepected mallctl() result");
|
||||
|
||||
if (config_stats) {
|
||||
if (!background_thread_enabled()) {
|
||||
if (!background_thread_enabled() && !opt_hpa) {
|
||||
expect_u64_gt(dirty_npurge + muzzy_npurge, 0,
|
||||
"At least one purge should have occurred");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue