Home | History | Annotate | Download | only in heap

Lines Matching refs:freedCount

856         size_t freedCount = 0;
870 ++freedCount;
893 // Check before subtracting because freedCount might not be balanced with freed entries.
894 if (freedCount < m_promptlyFreedCount)
895 m_promptlyFreedCount -= freedCount;