contents   index   previous   next



SE_APISTRING_POOL_SIZE (5)

 

The ScriptEase API uses a string locking structure when strings are returned to the user. Like many other internal structures, this structure is pooled in order to reduce calls to the memory allocation routines. However, this pool is very small; typically only one or a few strings will be allocated at once, so a large pool is unnecessary.


SE_APIVARNAME_POOL_SIZE (5)