Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c781 MALLOC_TRACKER m_alloc_tracker; member
822 if ((XmlBigCount)-1 - rootParser->m_alloc_tracker.bytesAllocated < increase) { in expat_heap_increase_tolerable()
825 newTotal = rootParser->m_alloc_tracker.bytesAllocated + increase; in expat_heap_increase_tolerable()
827 if (newTotal >= rootParser->m_alloc_tracker.activationThresholdBytes) { in expat_heap_increase_tolerable()
833 > rootParser->m_alloc_tracker.maximumAmplificationFactor) { in expat_heap_increase_tolerable()
839 if (! tolerable && (rootParser->m_alloc_tracker.debugLevel >= 1)) { in expat_heap_increase_tolerable()
862 if ((XmlBigCount)-1 - rootParser->m_alloc_tracker.bytesAllocated in expat_malloc()
883 rootParser->m_alloc_tracker.bytesAllocated += bytesToAllocate; in expat_malloc()
886 if (rootParser->m_alloc_tracker.debugLevel >= 2) { in expat_malloc()
887 if (rootParser->m_alloc_tracker.bytesAllocated in expat_malloc()
[all …]