[#BUF_MEM_new] = BUF_MEM_new :mrdocs: Allocate an empty BUF_MEM with default (non‐secure) allocation flags. == Synopsis Declared in `<openssl/buffer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BUF_MEM.adoc[BUF_MEM]* BUF_MEM_new(); ---- == Return Value New zero‐length BUF_MEM, or NULL on allocation failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#