Availability:C-language interface function
BUF_STACK
after PL_STRINGS_MARK()
is released by the corresponding PL_STRINGS_RELEASE().
These macros should be used like below
... PL_STRINGS_MARK(); <operations involving strings> PL_STRINGS_RELEASE(); ...