Create an allocator that uses std::malloc and std::free to supply memory. Note that all objects of this class share the same underlying resource.
std::malloc
std::free
Declared in <bslma_mallocfreeallocator.h>
<bslma_mallocfreeallocator.h>
MallocFreeAllocator();