Header refactoring: unify and de-catchall rtree module.
This commit is contained in:
committed by
David Goldblatt
parent
b4b4a98bc8
commit
44f9bd147a
@@ -2,6 +2,8 @@
|
||||
#include "test/jemalloc_test.h"
|
||||
#endif
|
||||
|
||||
#include "jemalloc/internal/rtree.h"
|
||||
|
||||
#include "test/extent_hooks.h"
|
||||
|
||||
static unsigned
|
||||
|
@@ -1,5 +1,7 @@
|
||||
#include "test/jemalloc_test.h"
|
||||
|
||||
#include "jemalloc/internal/rtree.h"
|
||||
|
||||
rtree_node_alloc_t *rtree_node_alloc_orig;
|
||||
rtree_node_dalloc_t *rtree_node_dalloc_orig;
|
||||
rtree_leaf_alloc_t *rtree_leaf_alloc_orig;
|
||||
|
@@ -1,5 +1,7 @@
|
||||
#include "test/jemalloc_test.h"
|
||||
|
||||
#include "jemalloc/internal/spin.h"
|
||||
|
||||
TEST_BEGIN(test_spin) {
|
||||
spin_t spinner = SPIN_INITIALIZER;
|
||||
|
||||
|
Reference in New Issue
Block a user