Header refactoring: break out ph.h dependencies

This commit is contained in:
David Goldblatt
2017-04-10 16:54:25 -07:00
committed by David Goldblatt
parent 57e36e1a12
commit 2f00ce4da7
5 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
#ifndef JEMALLOC_INTERNAL_EXTENT_EXTERNS_H
#define JEMALLOC_INTERNAL_EXTENT_EXTERNS_H
#include "jemalloc/internal/ph.h"
extern rtree_t extents_rtree;
extern const extent_hooks_t extent_hooks_default;