rework nimOrcLeakDetector (#24958)

ref https://github.com/nim-lang/Nim/issues/22273#issuecomment-2888931920
This commit is contained in:
ringabout
2025-05-20 03:40:35 +08:00
committed by GitHub
parent e855019f84
commit c3f64fb127

View File

@@ -1616,7 +1616,7 @@ when not defined(js) and defined(nimV2):
align: int16
depth: int16
display: ptr UncheckedArray[uint32] # classToken
when defined(nimTypeNames) or defined(nimArcIds):
when defined(nimTypeNames) or defined(nimArcIds) or defined(nimOrcLeakDetector):
name: cstring
traceImpl: pointer
typeInfoV1: pointer # for backwards compat, usually nil