mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
rework nimOrcLeakDetector (#24958)
ref https://github.com/nim-lang/Nim/issues/22273#issuecomment-2888931920
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user