equal
deleted
inserted
replaced
56 unsigned _number_of_refills; |
56 unsigned _number_of_refills; |
57 unsigned _fast_refill_waste; |
57 unsigned _fast_refill_waste; |
58 unsigned _slow_refill_waste; |
58 unsigned _slow_refill_waste; |
59 unsigned _gc_waste; |
59 unsigned _gc_waste; |
60 unsigned _slow_allocations; |
60 unsigned _slow_allocations; |
|
61 size_t _allocated_size; |
61 |
62 |
62 AdaptiveWeightedAverage _allocation_fraction; // fraction of eden allocated in tlabs |
63 AdaptiveWeightedAverage _allocation_fraction; // fraction of eden allocated in tlabs |
63 |
64 |
64 void accumulate_statistics(); |
65 void accumulate_statistics(); |
65 void initialize_statistics(); |
66 void initialize_statistics(); |