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.c838 MALLOC_TRACKER m_alloc_tracker; member
880 if ((XmlBigCount)-1 - rootParser->m_alloc_tracker.bytesAllocated < increase) { in expat_heap_increase_tolerable()
883 newTotal = rootParser->m_alloc_tracker.bytesAllocated + increase; in expat_heap_increase_tolerable()
885 if (newTotal >= rootParser->m_alloc_tracker.activationThresholdBytes) { in expat_heap_increase_tolerable()
891 > rootParser->m_alloc_tracker.maximumAmplificationFactor) { in expat_heap_increase_tolerable()
897 if (! tolerable && (rootParser->m_alloc_tracker.debugLevel >= 1)) { in expat_heap_increase_tolerable()
920 if ((XmlBigCount)-1 - rootParser->m_alloc_tracker.bytesAllocated in expat_malloc()
941 rootParser->m_alloc_tracker.bytesAllocated += bytesToAllocate; in expat_malloc()
944 if (rootParser->m_alloc_tracker.debugLevel >= 2) { in expat_malloc()
945 if (rootParser->m_alloc_tracker.bytesAllocated in expat_malloc()
[all …]