sgs_FinalizeStringAlloc(P) [functions]
void sgs_FinalizeStringAlloc( sgs_Context* C, sgs_StkIdx item )
void sgs_FinalizeStringAllocP( sgs_Context* C, sgs_Variable* var )
Finalize (prepare for usage) an uninitialized string buffer.
- Preparations include string hashing and internalization (release of owned copy in favor of exact same string in string table).
- After using these functions, string data cannot be modified.