Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c802 expat_heap_stat(XML_Parser rootParser, char operator, XmlBigCount absDiff, in expat_heap_stat() argument
812 absDiff, newTotal, peakTotal, (double)amplification, sourceLine); in expat_heap_stat()
966 const size_t absDiff in expat_realloc() local
971 if (! expat_heap_increase_tolerable(rootParser, absDiff, sourceLine)) { in expat_realloc()
991 >= absDiff); in expat_realloc()
992 rootParser->m_alloc_tracker.bytesAllocated += absDiff; in expat_realloc()
994 assert(rootParser->m_alloc_tracker.bytesAllocated >= absDiff); in expat_realloc()
995 rootParser->m_alloc_tracker.bytesAllocated -= absDiff; in expat_realloc()
1005 expat_heap_stat(rootParser, isIncrease ? '+' : '-', absDiff, in expat_realloc()