Searched refs:total_heap (Results 1 – 1 of 1) sorted by relevance
36 size_t total_heap = mem::MemConfig::GetObjectPoolSize(); in GetStatistics() local38 uint16_t percent = round((1 - (allocated_now * 1.0 / total_heap)) * MAX_PERCENT); in GetStatistics()40 << helpers::MemoryConverter(total_heap) << ", "; in GetStatistics()