I am wondering if SCC (Silverfrost C Compiler) makes malloc and calloc thread-safe. Do I need to add my own locking around memory allocation when using multiple threads?
Forum: Support Posted: Thu Oct 30, 2025 8:49 pm Subject:
Hi all,
I am reaching out to ask if there are any updates regarding support for C_F_POINTER and C_LOC in subroutines.
Currently, I am unable to use these features within subroutines, although they s ...