mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 21:23:06 +00:00
Edata: split up different list linkage uses.
This commit is contained in:
committed by
David Goldblatt
parent
129b727058
commit
392f645f4d
@@ -32,7 +32,7 @@ struct bin_s {
|
||||
edata_heap_t slabs_nonfull;
|
||||
|
||||
/* List used to track full slabs. */
|
||||
edata_list_t slabs_full;
|
||||
edata_list_active_t slabs_full;
|
||||
|
||||
/* Bin statistics. */
|
||||
bin_stats_t stats;
|
||||
|
||||
Reference in New Issue
Block a user