PSP2SDK  dirty-f9e4f2d
The free SDK for PSP2
Functions
include/c++/ext/new_allocator.h File Reference
#include <bits/c++config.h>
#include <new>
#include <bits/functexcept.h>
#include <bits/move.h>
Include dependency graph for new_allocator.h:

Go to the source code of this file.

Functions

namespace __gnu_cxx _GLIBCXX_VISIBILITY (default)

Detailed Description

This file is a GNU extension to the Standard C++ Library.


Function Documentation

namespace __gnu_cxx _GLIBCXX_VISIBILITY ( default  )

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
Template Parameters:
_TpType of allocated object.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines