Home
last modified time | relevance | path

Searched refs:newTotal (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dxmlparse.c828 XmlBigCount newTotal, XmlBigCount peakTotal, int sourceLine) { in expat_heap_stat() argument
831 = (float)newTotal / (float)rootParser->m_accounting.countBytesDirect; in expat_heap_stat()
837 absDiff, newTotal, peakTotal, (double)amplification, sourceLine); in expat_heap_stat()
846 XmlBigCount newTotal = 0; in expat_heap_increase_tolerable() local
853 newTotal = rootParser->m_alloc_tracker.bytesAllocated + increase; in expat_heap_increase_tolerable()
855 if (newTotal >= rootParser->m_alloc_tracker.activationThresholdBytes) { in expat_heap_increase_tolerable()
856 assert(newTotal > 0); in expat_heap_increase_tolerable()
859 = (float)newTotal / (float)rootParser->m_accounting.countBytesDirect; in expat_heap_increase_tolerable()
868 expat_heap_stat(rootParser, '+', increase, newTotal, newTotal, sourceLine); in expat_heap_increase_tolerable()