Get count of frozen objects
(&self)
| 784 | |
| 785 | /// Get count of frozen objects |
| 786 | pub fn get_freeze_count(&self) -> usize { |
| 787 | self.permanent.count() |
| 788 | } |
| 789 | |
| 790 | /// Freeze all tracked objects (move to permanent generation). |
| 791 | /// Lock order: generation_lists[i] → permanent_list (consistent with unfreeze). |