chore: add TokenLens sources and ignore rules

This commit is contained in:
2026-06-12 15:45:58 +08:00
parent 0b48e618d8
commit 887b75b790
37 changed files with 13907 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import Darwin
public enum MemoryPressure {
public static func relieve() {
_ = malloc_zone_pressure_relief(nil, 0)
}
}