ReactOS 0.4.15-dev-7924-g5949c20
__new_alloc Class Reference

#include <_alloc.h>

Public Types

typedef char value_type
 

Static Public Member Functions

static void *_STLP_CALL allocate (size_t __n)
 
static void _STLP_CALL deallocate (void *__p, size_t)
 

Detailed Description

Definition at line 88 of file _alloc.h.

Member Typedef Documentation

◆ value_type

Definition at line 91 of file _alloc.h.

Member Function Documentation

◆ allocate()

static void *_STLP_CALL __new_alloc::allocate ( size_t  __n)
inlinestatic

Definition at line 92 of file _alloc.h.

92{ return __stl_new(__n); }
return __n
Definition: _algo.h:75
_STLP_BEGIN_NAMESPACE void *_STLP_CALL __stl_new(size_t __n)
Definition: _new.h:134

◆ deallocate()

static void _STLP_CALL __new_alloc::deallocate ( void __p,
size_t   
)
inlinestatic

Definition at line 93 of file _alloc.h.

93{ __stl_delete(__p); }
void _STLP_CALL __stl_delete(void *__p)
Definition: _new.h:135

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