Header refactoring: size_classes module - remove from the catchall

This commit is contained in:
David Goldblatt
2017-04-19 15:09:01 -07:00
committed by David Goldblatt
parent 68da2361d2
commit 31b43219db
20 changed files with 28 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
#include "jemalloc/internal/ql.h"
#include "jemalloc/internal/rb.h"
#include "jemalloc/internal/ph.h"
#include "jemalloc/internal/size_classes.h"
typedef enum {
extent_state_active = 0,