[#BUF_MEM_new_ex] = BUF_MEM_new_ex :mrdocs: Allocate a new BUF_MEM with the given allocation flags. == Synopsis Declared in `<openssl/buffer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BUF_MEM.adoc[BUF_MEM]* BUF_MEM_new_ex(unsigned long flags); ---- == Return Value New zero‐length BUF_MEM, or NULL on allocation failure. == Parameters [cols="1,4"] |=== | Name| Description | *flags* | Allocation flags such as BUF_MEM_FLAG_SECURE for secure‐heap `data.` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#