Header refactoring: bitmap - unify and remove from catchall.

This commit is contained in:
David Goldblatt
2017-04-20 14:32:24 -07:00
committed by David Goldblatt
parent d6b5c7e0f6
commit 120c7a747f
9 changed files with 373 additions and 387 deletions

View File

@@ -1,6 +1,8 @@
#ifndef JEMALLOC_INTERNAL_ARENA_STRUCTS_A_H
#define JEMALLOC_INTERNAL_ARENA_STRUCTS_A_H
#include "jemalloc/internal/bitmap.h"
struct arena_slab_data_s {
/* Per region allocated/deallocated bitmap. */
bitmap_t bitmap[BITMAP_GROUPS_MAX];