struct jnc.GcStats
struct GcStats { // fields typedef unsigned long size_t m_currentAllocSize; typedef unsigned long size_t m_totalAllocSize; typedef unsigned long size_t m_peakAllocSize; typedef unsigned long size_t m_currentPeriodSize; typedef unsigned long size_t m_totalCollectCount; typedef unsigned long size_t m_lastCollectFreeSize; typedef unsigned long uint64_t m_lastCollectTime; typedef unsigned long uint64_t m_lastCollectTimeTaken; typedef unsigned long uint64_t m_totalCollectTimeTaken; };