Searched refs:m_extraCost (Results 1 – 2 of 2) sorted by relevance
52 , m_extraCost(0) in Heap()104 if (m_extraCost > maxExtraCost && m_extraCost > m_markedSpace.highWaterMark() / 2) in reportExtraMemoryCostSlowCase()106 m_extraCost += cost; in reportExtraMemoryCostSlowCase()400 m_extraCost = 0; in reset()
142 size_t m_extraCost; variable