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: