equal
deleted
inserted
replaced
92 size_t capacity() const; |
92 size_t capacity() const; |
93 size_t max_reserve() const; |
93 size_t max_reserve() const; |
94 size_t used_high() const; |
94 size_t used_high() const; |
95 size_t used_low() const; |
95 size_t used_low() const; |
96 size_t used() const; |
96 size_t used() const; |
|
97 size_t unused() const; |
97 size_t allocated() const; |
98 size_t allocated() const; |
98 size_t reclaimed() const; |
99 size_t reclaimed() const; |
99 |
100 |
100 size_t tlab_capacity() const; |
101 size_t tlab_capacity() const; |
101 size_t tlab_used() const; |
102 size_t tlab_used() const; |