Header refactoring: unify and de-catchall rtree module.

This commit is contained in:
David Goldblatt
2017-05-23 14:26:31 -07:00
committed by David Goldblatt
parent b4b4a98bc8
commit 44f9bd147a
18 changed files with 166 additions and 170 deletions

View File

@@ -2,6 +2,8 @@
#include "test/jemalloc_test.h"
#endif
#include "jemalloc/internal/rtree.h"
#include "test/extent_hooks.h"
static unsigned

View File

@@ -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;

View File

@@ -1,5 +1,7 @@
#include "test/jemalloc_test.h"
#include "jemalloc/internal/spin.h"
TEST_BEGIN(test_spin) {
spin_t spinner = SPIN_INITIALIZER;