We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nimOrcLeakDetector
1 parent e855019 commit c3f64fbCopy full SHA for c3f64fb
lib/system.nim
@@ -1616,7 +1616,7 @@ when not defined(js) and defined(nimV2):
1616
align: int16
1617
depth: int16
1618
display: ptr UncheckedArray[uint32] # classToken
1619
- when defined(nimTypeNames) or defined(nimArcIds):
+ when defined(nimTypeNames) or defined(nimArcIds) or defined(nimOrcLeakDetector):
1620
name: cstring
1621
traceImpl: pointer
1622
typeInfoV1: pointer # for backwards compat, usually nil
0 commit comments