Remove binind field from arena_slab_data_t.
binind is now redundant; the containing extent_t's szind field always provides the same value.
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
#define JEMALLOC_INTERNAL_ARENA_STRUCTS_A_H
|
||||
|
||||
struct arena_slab_data_s {
|
||||
/* Index of bin this slab is associated with. */
|
||||
szind_t binind;
|
||||
|
||||
/* Number of free regions in slab. */
|
||||
unsigned nfree;
|
||||
|
||||
|
Reference in New Issue
Block a user