Login Page - Create Account

Support Board


Date/Time: Sat, 13 Jun 2026 04:18:27 +0000



Post From: address of SCStudyInterfaceRef stability

[2026-06-13 00:30:44]
User166108 - Posts: 87
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.