man std::__malloc_alloc_template (Fonctions bibliothèques) -

NAME

std::__malloc_alloc_template -

SYNOPSIS



#include <memory>

Static Public Member Functions

static void * allocate (size_t n)

static void deallocate (void *__p, size_t)

static void * reallocate (void *__p, size_t, size_t new_sz)

static void(* set_malloc_handler (void(*__f)()))()

Static Private Member Functions

static void * S_oom_malloc (size_t)

static void * S_oom_realloc (void *, size_t)

Detailed Description

template<int inst> class std::__malloc_alloc_template< inst >

(See allocators info for more.)

Definition at line 127 of file memory.

Author

Generated automatically by Doxygen for libstdc++-v3 Source from the source code.