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.c783 MALLOC_TRACKER m_alloc_tracker; member
824 if ((XmlBigCount)-1 - rootParser->m_alloc_tracker.bytesAllocated < increase) { in expat_heap_increase_tolerable()
827 newTotal = rootParser->m_alloc_tracker.bytesAllocated + increase; in expat_heap_increase_tolerable()
829 if (newTotal >= rootParser->m_alloc_tracker.activationThresholdBytes) { in expat_heap_increase_tolerable()
835 > rootParser->m_alloc_tracker.maximumAmplificationFactor) { in expat_heap_increase_tolerable()
841 if (! tolerable && (rootParser->m_alloc_tracker.debugLevel >= 1)) { in expat_heap_increase_tolerable()
864 if ((XmlBigCount)-1 - rootParser->m_alloc_tracker.bytesAllocated in expat_malloc()
885 rootParser->m_alloc_tracker.bytesAllocated += bytesToAllocate; in expat_malloc()
888 if (rootParser->m_alloc_tracker.debugLevel >= 2) { in expat_malloc()
889 if (rootParser->m_alloc_tracker.bytesAllocated in expat_malloc()
[all …]