#include <pthread_allocimpl.h>
Collaboration diagram for std::_Pthread_alloc_per_thread_state:
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 56 of file pthread_allocimpl.h. |
|
Definition at line 57 of file pthread_allocimpl.h. |
|
Definition at line 65 of file pthread_allocimpl.h. |
|
|
|
Definition at line 58 of file pthread_allocimpl.h. |
|
Definition at line 59 of file pthread_allocimpl.h. |