man std::simple_alloc (Fonctions bibliothèques) -
NAME
std::simple_alloc -
SYNOPSIS
#include <memory>
Static Public Member Functions
static Type * allocate (size_t n)
static Type * allocate ()
static void deallocate (Type *__p, size_t n)
static void deallocate (Type *__p)
Detailed Description
template<typename Type, typename Alloc> class std::simple_alloc< Type, Alloc >
(See allocators info for more.)
Definition at line 224 of file memory.
Author
Generated automatically by Doxygen for libstdc++-v3 Source from the source code.