String allocation modesΒΆ
SAF_StrMode is an enumerated type defined in SAFlibprops.h.
Synopsis:
SAF_STRMODE_LIB: library allocates but client frees (zero is the default)
SAF_STRMODE_CLIENT: client allocates and client frees
SAF_STRMODE_POOL: library allocates and library frees using a least recently used strategy involving a pool
of many strings
Description: see saf_setProps_StrMode
See Also:
- saf_setProps_StrMode: 5.9: Set string allocation style
- Datatypes: Introduction for current chapter