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

NAME

std::__debug_alloc -

SYNOPSIS



#include <memory>

Static Public Member Functions

static void * allocate (size_t n)

static void deallocate (void *__p, size_t n)

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

Private Types

enum

Detailed Description

template<typename Alloc> class std::__debug_alloc< Alloc >

(See allocators info for more.)

Definition at line 262 of file memory.

Author

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