mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 16:47:21 +03:00
Header refactoring: move util.h out of the catchall
This commit is contained in:
parent
54373be084
commit
f692e6c214
11 changed files with 18 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#include "test/jemalloc_test.h"
|
||||
|
||||
#include "jemalloc/internal/util.h"
|
||||
|
||||
static arena_dalloc_junk_small_t *arena_dalloc_junk_small_orig;
|
||||
static large_dalloc_junk_t *large_dalloc_junk_orig;
|
||||
static large_dalloc_maybe_junk_t *large_dalloc_maybe_junk_orig;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
#include "test/jemalloc_test.h"
|
||||
|
||||
#include "jemalloc/internal/util.h"
|
||||
|
||||
TEST_BEGIN(test_mallctl_errors) {
|
||||
uint64_t epoch;
|
||||
size_t sz;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
#include "test/jemalloc_test.h"
|
||||
|
||||
#include "jemalloc/internal/util.h"
|
||||
|
||||
typedef enum {
|
||||
TOKEN_TYPE_NONE,
|
||||
TOKEN_TYPE_ERROR,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue