Header refactoring: unify and de-catchall mutex module

This commit is contained in:
David Goldblatt
2017-05-23 12:28:19 -07:00
committed by David Goldblatt
parent 9f822a1fd7
commit 18ecbfa89e
34 changed files with 304 additions and 287 deletions

View File

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