ReactOS 0.4.16-dev-937-g7afcd2a
|
#include <_pthread_alloc.h>
Public Types | |
typedef size_t | size_type |
typedef ptrdiff_t | difference_type |
typedef _Tp * | pointer |
typedef const _Tp * | const_pointer |
typedef _Tp & | reference |
typedef const _Tp & | const_reference |
typedef _Tp | value_type |
![]() | |
typedef pthread_allocator< _Tp > | _Type |
Public Member Functions | |
pthread_allocator () _STLP_NOTHROW | |
pthread_allocator (const pthread_allocator< _Tp > &a) _STLP_NOTHROW | |
~pthread_allocator () _STLP_NOTHROW | |
pointer | address (reference __x) const |
const_pointer | address (const_reference __x) const |
_Tp * | allocate (size_type __n, const void *=0) |
void | deallocate (pointer __p, size_type __n) |
size_type | max_size () const _STLP_NOTHROW |
void | construct (pointer __p, const _Tp &__val) |
void | destroy (pointer _p) |
_Tp * | allocate (size_type __n, size_type &__allocated_n) |
Private Types | |
typedef pthread_alloc | _S_Alloc |
Definition at line 97 of file _pthread_alloc.h.
|
private |
Definition at line 98 of file _pthread_alloc.h.
typedef const _Tp* pthread_allocator< _Tp >::const_pointer |
Definition at line 103 of file _pthread_alloc.h.
typedef const _Tp& pthread_allocator< _Tp >::const_reference |
Definition at line 105 of file _pthread_alloc.h.
typedef ptrdiff_t pthread_allocator< _Tp >::difference_type |
Definition at line 101 of file _pthread_alloc.h.
typedef _Tp* pthread_allocator< _Tp >::pointer |
Definition at line 102 of file _pthread_alloc.h.
typedef _Tp& pthread_allocator< _Tp >::reference |
Definition at line 104 of file _pthread_alloc.h.
typedef size_t pthread_allocator< _Tp >::size_type |
Definition at line 100 of file _pthread_alloc.h.
typedef _Tp pthread_allocator< _Tp >::value_type |
Definition at line 106 of file _pthread_alloc.h.
|
inline |
Definition at line 114 of file _pthread_alloc.h.
|
inline |
Definition at line 115 of file _pthread_alloc.h.
|
inline |
Definition at line 122 of file _pthread_alloc.h.
|
inline |
Definition at line 125 of file _pthread_alloc.h.
|
inline |
Definition at line 124 of file _pthread_alloc.h.
|
inline |
Definition at line 129 of file _pthread_alloc.h.
|
inline |
Definition at line 168 of file _pthread_alloc.h.
|
inline |
Definition at line 158 of file _pthread_alloc.h.
|
inline |
Definition at line 145 of file _pthread_alloc.h.
|
inline |
Definition at line 159 of file _pthread_alloc.h.
|
inline |
Definition at line 155 of file _pthread_alloc.h.
Referenced by pthread_allocator< _Tp >::allocate().