mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-25 18:17:19 +03:00
Header refactoring: unify and de-catchall rtree module.
This commit is contained in:
parent
b4b4a98bc8
commit
44f9bd147a
18 changed files with 166 additions and 170 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue