Skip to content

Instantly share code, notes, and snippets.

package com.memorytest
import platform.Foundation.NSProcessInfo
import kotlin.native.internal.GC
import kotlin.test.Test
// Test case displaying apparent memory leak in macOS. Watch process memory usage in
// Activity Monitor (sort by PID descending to view it at the top when test is run).
// Usage should increase over 25 second period and never go down even after GC collect.
//