File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3953,6 +3953,15 @@ OIIO_API std::string geterror(bool clear = true);
39533953// / enable globally in an environment where security is a higher priority
39543954// / than being tolerant of partially broken image files.
39553955// /
3956+ // / - `ustring:cleanup` (int: 0)
3957+ // /
3958+ // / If nonzero, upon exit, do a thorough (and possibly expensive) teardown
3959+ // / of ustring internal resources to ensure that there are no apparent
3960+ // / memory leaks. This is only desirable in certain debugging situations.
3961+ // / Ordinarily, it is better to finish as quickly as possible, so the
3962+ // / default of 0 skips a time consuming and pointless teardown of the
3963+ // / ustring internal allocations when the app exits.
3964+ // /
39563965// / EXAMPLES:
39573966// / ```
39583967// / // Setting single simple values simply:
You can’t perform that action at this time.
0 commit comments