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:
parent
0f6da1257d
commit
2c70e8d351
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user