[#bsl-allocator-01c-allocate-00] = xref:bsl.adoc[bsl]::xref:bsl/allocator-01c.adoc[allocator<long double>]::allocate :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<bits/memory_resource.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] long double* allocate(size_t __n); ---- == Return Value [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#