Rename 'arena_decay' to 'arena_util'

While initially this file contained helper functions for one particular
test, now its usage spread across different test files. Purpose has
shifted towards a collection of handy arena ctl wrappers.
This commit is contained in:
Alex Lapenkou 2021-10-25 20:19:08 -07:00 committed by Alexander Lapenkov
parent 0f6da1257d
commit 2c70e8d351
4 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#include "test/jemalloc_test.h" #include "test/jemalloc_test.h"
#include "test/arena_decay.h" #include "test/arena_util.h"
#include "jemalloc/internal/ticker.h" #include "jemalloc/internal/ticker.h"

View File

@ -1,5 +1,5 @@
#include "test/jemalloc_test.h" #include "test/jemalloc_test.h"
#include "test/arena_decay.h" #include "test/arena_util.h"
#include "test/san.h" #include "test/san.h"
#include "jemalloc/internal/san.h" #include "jemalloc/internal/san.h"

View File

@ -1,5 +1,5 @@
#include "test/jemalloc_test.h" #include "test/jemalloc_test.h"
#include "test/arena_decay.h" #include "test/arena_util.h"
#include "jemalloc/internal/arena_structs.h" #include "jemalloc/internal/arena_structs.h"
#include "jemalloc/internal/san_bump.h" #include "jemalloc/internal/san_bump.h"