Searched refs:m_alloc_tracker (Results 1 – 1 of 1) sorted by relevance
783 MALLOC_TRACKER m_alloc_tracker; member824 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 …]