Searched refs:_currentPagePinned (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/libauto-185.5/
H A DZoneCompaction.cpp639 bool _currentPagePinned; member in struct:Auto::forwarding_phase
642 forwarding_phase() : _objectsMoved(0), _bytesMoved(0), _pagesCompacted(0), _currentPage(NULL), _currentPagePinned(false), _pinnedPagesOnly(false) {}
687 _currentPagePinned = is_page_pinned(subzone, block_page);
688 if (!_currentPagePinned) ++_pagesCompacted;
690 if (!_currentPagePinned && subzone->is_compactable(q)) {

Completed in 104 milliseconds