libstdc++
__gnu_cxx::malloc_allocator< _Tp > Class Template Reference

List of all members.

Public Types

Public Member Functions


Detailed Description

template<typename _Tp>
class __gnu_cxx::malloc_allocator< _Tp >

An allocator that uses malloc.

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

  • all allocation calls malloc
  • all deallocation calls free

Definition at line 55 of file malloc_allocator.h.


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