#include <pthread_allocimpl.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 |
Public Methods | |
pthread_allocator () __STL_NOTHROW | |
pthread_allocator (const pthread_allocator &a) __STL_NOTHROW | |
template<class _OtherType> | pthread_allocator (const pthread_allocator< _OtherType > &) __STL_NOTHROW |
~pthread_allocator () __STL_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 __STL_NOTHROW |
void | construct (pointer __p, const _Tp &__val) |
void | destroy (pointer _p) |
Private Types | |
typedef pthread_alloc | _S_Alloc |
|
Definition at line 382 of file pthread_allocimpl.h. |
|
Definition at line 387 of file pthread_allocimpl.h. |
|
Definition at line 389 of file pthread_allocimpl.h. |
|
Definition at line 385 of file pthread_allocimpl.h. |
|
Definition at line 386 of file pthread_allocimpl.h. |
|
Definition at line 388 of file pthread_allocimpl.h. |
|
Definition at line 384 of file pthread_allocimpl.h. |
|
Definition at line 390 of file pthread_allocimpl.h. |
|
Definition at line 396 of file pthread_allocimpl.h. |
|
Definition at line 397 of file pthread_allocimpl.h. |
|
Definition at line 399 of file pthread_allocimpl.h. |
|
Definition at line 401 of file pthread_allocimpl.h. |
|
Definition at line 404 of file pthread_allocimpl.h. |
|
Definition at line 403 of file pthread_allocimpl.h. |
|
Definition at line 408 of file pthread_allocimpl.h. |
|
Definition at line 420 of file pthread_allocimpl.h. |
|
Definition at line 414 of file pthread_allocimpl.h. |
|
Definition at line 421 of file pthread_allocimpl.h. |
|
Definition at line 417 of file pthread_allocimpl.h. |