Rechercher une page de manuel
__gnu_cxx::debug_allocator
Langue: en
Version: 324808 (ubuntu - 08/07/09)
Section: 3 (Bibliothèques de fonctions)
Sommaire
NAME
__gnu_cxx::debug_allocator - A meta-allocator with debugging bits, as per [20.4].SYNOPSIS
Public Types
typedef _Alloc::const_pointer const_pointer
typedef _Alloc::const_reference const_reference
typedef _Alloc::difference_type difference_type
typedef _Alloc::pointer pointer
typedef _Alloc::reference reference
typedef _Alloc::size_type size_type
typedef _Alloc::value_type value_type
Public Member Functions
pointer allocate (size_type __n, const void *__hint)
pointer allocate (size_type __n)
void deallocate (pointer __p, size_type __n)
Detailed Description
template<typename _Alloc> class __gnu_cxx::debug_allocator< _Alloc >
This is precisely the allocator defined in the C++ Standard.- •
- all allocation calls operator new
- •
- all deallocation calls operator delete
Definition at line 65 of file debug_allocator.h.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre