Header refactoring: break out ph.h dependencies
This commit is contained in:
committed by
David Goldblatt
parent
57e36e1a12
commit
2f00ce4da7
@@ -1,6 +1,8 @@
|
||||
#ifndef JEMALLOC_INTERNAL_EXTENT_STRUCTS_H
|
||||
#define JEMALLOC_INTERNAL_EXTENT_STRUCTS_H
|
||||
|
||||
#include "jemalloc/internal/ph.h"
|
||||
|
||||
typedef enum {
|
||||
extent_state_active = 0,
|
||||
extent_state_dirty = 1,
|
||||
|
Reference in New Issue
Block a user