Home
last modified time | relevance | path

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

/src/contrib/expat/lib/
H A Dxmlparse.c800 expat_heap_stat(XML_Parser rootParser, char operator, XmlBigCount absDiff, in expat_heap_stat() argument
810 absDiff, newTotal, peakTotal, (double)amplification, sourceLine); in expat_heap_stat()
964 const size_t absDiff in expat_realloc() local
969 if (! expat_heap_increase_tolerable(rootParser, absDiff, sourceLine)) { in expat_realloc()
989 >= absDiff); in expat_realloc()
990 rootParser->m_alloc_tracker.bytesAllocated += absDiff; in expat_realloc()
992 assert(rootParser->m_alloc_tracker.bytesAllocated >= absDiff); in expat_realloc()
993 rootParser->m_alloc_tracker.bytesAllocated -= absDiff; in expat_realloc()
1003 expat_heap_stat(rootParser, isIncrease ? '+' : '-', absDiff, in expat_realloc()