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

@@ -1,6 +1,9 @@
#ifndef JEMALLOC_INTERNAL_BASE_STRUCTS_H
#define JEMALLOC_INTERNAL_BASE_STRUCTS_H
#include "jemalloc/internal/jemalloc_internal_types.h"
#include "jemalloc/internal/size_classes.h"
/* Embedded at the beginning of every block of base-managed virtual memory. */
struct base_block_s {
/* Total size of block's virtual memory mapping. */