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.
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.