_Pthread_alloc Class Reference
#include
<stdapis/stlportv5/stl/_pthread_alloc.h>
Link against: libstdcppv5.lib
Member Type Definition Documentation
Typedef __state_type
typedef _Pthread_alloc_per_thread_state | __state_type |
Member Function Documentation
_S_get_per_thread_state ( )
allocate ( size_t & )
void *_STLP_CALL | allocate | ( | size_t & | __n | ) | [static] |
allocate ( size_t &, __state_type * )
deallocate ( void *, size_t )
void _STLP_CALL | deallocate | ( | void * | __p, |
| size_t | __n |
| ) | [static] |
deallocate ( void *, size_t, __state_type * )
reallocate ( void *, size_t, size_t & )
void *_STLP_CALL | reallocate | ( | void * | __p, |
| size_t | __old_sz, |
| size_t & | __new_sz |
| ) | [static] |