[#BloombergLP-bslma-Default-globalAllocator] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/Default.adoc[Default]::globalAllocator :relfileprefix: ../../../ :mrdocs: Return the address of the global allocator if the optionally‐ specified `basicAllocator` is 0, and `basicAllocator` otherwise. Note that prior to the first call to the `setGlobalAllocator` method, the address of the global allocator is that of the `NewDeleteAllocator` singleton. == Synopsis Declared in `<bslma_default.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bslma/Allocator.adoc[Allocator]* globalAllocator(xref:BloombergLP/bslma/Allocator.adoc[Allocator]* basicAllocator = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#