mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-30 00:58:02 +03:00
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
4 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#include "test/jemalloc_test.h"
|
||||
#include "test/arena_decay.h"
|
||||
#include "test/arena_util.h"
|
||||
|
||||
#include "jemalloc/internal/ticker.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#include "test/jemalloc_test.h"
|
||||
#include "test/arena_decay.h"
|
||||
#include "test/arena_util.h"
|
||||
#include "test/san.h"
|
||||
|
||||
#include "jemalloc/internal/san.h"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#include "test/jemalloc_test.h"
|
||||
#include "test/arena_decay.h"
|
||||
#include "test/arena_util.h"
|
||||
|
||||
#include "jemalloc/internal/arena_structs.h"
|
||||
#include "jemalloc/internal/san_bump.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue