Login Page - Create Account

Support Board


Date/Time: Sun, 13 Sep 2026 10:56:18 +0000



Post From: address of SCStudyInterfaceRef stability

[2026-06-13 00:30:44]
RetardedJimSimons - Posts: 101
Is the address of the ref passed into the study consistent throughout the study’s lifetime? The use case I have is using the pointer as a key in a global map and removing it on LastCallToFunction. If the address can change (for example due to a reallocation) then I’d rather not use this approach.

Thanks.