Add PAC decay/deferral unit test coverage.

Add unit tests to cover public interface of pac decay & deferral
relevant functions.  To align with the decopuling between arena and pac,
rename arena_decay to pac_decay here.
This commit is contained in:
guangli-dai
2026-06-28 15:29:38 -07:00
committed by Guangli Dai
parent d410f43e1f
commit e931730f51
5 changed files with 144 additions and 8 deletions

3
test/unit/pac_decay.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
export MALLOC_CONF="dirty_decay_ms:1000,muzzy_decay_ms:1000,tcache_max:1024,background_thread:false"