#include <pthread_allocimpl.h>
Collaboration diagram for std::_Pthread_alloc_per_thread_state< _Max_size >:
Public Types | |
typedef _Pthread_alloc_obj | __obj |
enum | { _S_NFREELISTS = _Max_size/__STL_DATA_ALIGNMENT } |
Public Methods | |
_Pthread_alloc_per_thread_state () | |
void * | _M_refill (size_t __n) |
Public Attributes | |
_Pthread_alloc_obj *volatile | __free_list [_S_NFREELISTS] |
_Pthread_alloc_per_thread_state< _Max_size > * | __next |
|
Definition at line 85 of file pthread_allocimpl.h. |
|
Definition at line 86 of file pthread_allocimpl.h. |
|
Definition at line 94 of file pthread_allocimpl.h. References std::_Pthread_alloc_per_thread_state< _Max_size >::_S_NFREELISTS. |
|
Definition at line 331 of file pthread_allocimpl.h. |
|
Definition at line 87 of file pthread_allocimpl.h. Referenced by std::_Pthread_alloc_template< _Max_size >::_S_chunk_alloc(), and std::_Pthread_alloc_template< _Max_size >::deallocate(). |
|
Definition at line 88 of file pthread_allocimpl.h. |