libstdc++
__gnu_cxx::new_allocator Class Reference

List of all members.

Public Types

Public Member Functions


Detailed Description

An allocator that uses global new, as per [20.4].

This is precisely the allocator defined in the C++ Standard.

  • all allocation calls operator new
  • all deallocation calls operator delete

The documentation for this class was generated from the following file: