ReactOS 0.4.16-dev-319-g6cf4263
|
Go to the source code of this file.
Macros | |
#define | _STLP_THROW_BAD_ALLOC puts("out of memory\n"); exit(1) |
#define | _STLP_CHECK_NULL_ALLOC(__x) return __x |
Functions | |
_STLP_BEGIN_NAMESPACE void *_STLP_CALL | __stl_new (size_t __n) |
void _STLP_CALL | __stl_delete (void *__p) |
|
inline |
Definition at line 135 of file _new.h.
Referenced by _Valarray_base< _Tp >::_M_deallocate(), __node_alloc::deallocate(), and __new_alloc::deallocate().
|
inline |
Definition at line 134 of file _new.h.
Referenced by _Valarray_base< _Tp >::_M_allocate(), __node_alloc::allocate(), and __new_alloc::allocate().