mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 00:23:33 +03:00
Rename test/unit/decay -> test/unit/arena_decay.
This is really more of an end-to-end test at the arena level; it's not just of the decay code in particular any more.
This commit is contained in:
parent
d1d7e1076b
commit
bf55e58e63
3 changed files with 1 additions and 1 deletions
3
test/unit/arena_decay.sh
Normal file
3
test/unit/arena_decay.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
export MALLOC_CONF="dirty_decay_ms:1000,muzzy_decay_ms:1000,lg_tcache_max:0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue