Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c799 expat_heap_stat(XML_Parser rootParser, char operator, XmlBigCount absDiff, in expat_heap_stat() argument
809 absDiff, newTotal, peakTotal, (double)amplification, sourceLine); in expat_heap_stat()
962 const size_t absDiff in expat_realloc() local
967 if (! expat_heap_increase_tolerable(rootParser, absDiff, sourceLine)) { in expat_realloc()
982 >= absDiff); in expat_realloc()
983 rootParser->m_alloc_tracker.bytesAllocated += absDiff; in expat_realloc()
985 assert(rootParser->m_alloc_tracker.bytesAllocated >= absDiff); in expat_realloc()
986 rootParser->m_alloc_tracker.bytesAllocated -= absDiff; in expat_realloc()
996 expat_heap_stat(rootParser, isIncrease ? '+' : '-', absDiff, in expat_realloc()