Home
last modified time | relevance | path

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

/src/contrib/expat/lib/
H A Dxmlparse.c782 MALLOC_TRACKER m_alloc_tracker; member
823 if ((XmlBigCount)-1 - rootParser->m_alloc_tracker.bytesAllocated < increase) { in expat_heap_increase_tolerable()
826 newTotal = rootParser->m_alloc_tracker.bytesAllocated + increase; in expat_heap_increase_tolerable()
828 if (newTotal >= rootParser->m_alloc_tracker.activationThresholdBytes) { in expat_heap_increase_tolerable()
834 > rootParser->m_alloc_tracker.maximumAmplificationFactor) { in expat_heap_increase_tolerable()
840 if (! tolerable && (rootParser->m_alloc_tracker.debugLevel >= 1)) { in expat_heap_increase_tolerable()
863 if ((XmlBigCount)-1 - rootParser->m_alloc_tracker.bytesAllocated in expat_malloc()
884 rootParser->m_alloc_tracker.bytesAllocated += bytesToAllocate; in expat_malloc()
887 if (rootParser->m_alloc_tracker.debugLevel >= 2) { in expat_malloc()
888 if (rootParser->m_alloc_tracker.bytesAllocated in expat_malloc()
[all …]