Header refactoring: bitmap - unify and remove from catchall.
This commit is contained in:
committed by
David Goldblatt
parent
d6b5c7e0f6
commit
120c7a747f
@@ -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];
|
||||
|
Reference in New Issue
Block a user