_Pthread_alloc Class Reference
#include
<stdapis/stlport/stl/_pthread_alloc.h>
Public Member Type Definitions |
---|
typedef |
_Pthread_alloc_obj
__obj |
typedef |
_Pthread_alloc_per_thread_state< _Max_size > __state_type |
typedef | char value_type |
Member Type Definition Documentation
Typedef __obj
typedef
_Pthread_alloc_obj
| __obj |
Typedef __state_type
typedef
_Pthread_alloc_per_thread_state< _Max_size > | __state_type |
Typedef value_type
Member Enumeration Documentation
Enum anonymous
Member Function Documentation
_S_chunk_alloc ( size_t, size_t & )
char * | _S_chunk_alloc | ( | size_t | __size, |
| size_t & | __nobjs |
| ) | [static] |
_S_freelist_index ( size_t )
_S_get_per_thread_state ( )
_Pthread_alloc_per_thread_state< _Max_size > * | _S_get_per_thread_state | ( | ) | [static] |
_S_round_up ( size_t )
allocate ( size_t )
void * | allocate | ( | size_t | __n | ) | [static, inline] |
allocate ( size_t, __state_type * )
void * | allocate | ( | size_t | __n, |
| __state_type * | __a |
| ) | [static, inline] |
deallocate ( void *, size_t )
void | deallocate | ( | void * | __p, |
| size_t | __n |
| ) | [static, inline] |
deallocate ( void *, size_t, __state_type * )
void | deallocate | ( | void * | __p, |
| size_t | __n, |
| __state_type * | __a |
| ) | [static, inline] |
reallocate ( void *, size_t, size_t )
void * | reallocate | ( | void * | __p, |
| size_t | __old_sz, |
| size_t | __new_sz |
| ) | [static] |