_Pthread_alloc Class Reference#include <_pthread_alloc.h>
List of all members.
Detailed Description
Definition at line 66 of file _pthread_alloc.h.
Member Typedef Documentation
Member Function Documentation
static __state_type* _STLP_CALL _Pthread_alloc::_S_get_per_thread_state |
( |
|
) |
[static] |
static void* _STLP_CALL _Pthread_alloc::allocate |
( |
size_t & |
__n |
) |
[static] |
static void _STLP_CALL _Pthread_alloc::deallocate |
( |
void * |
__p, |
|
|
size_t |
__n | |
|
) |
| | [static] |
static void* _STLP_CALL _Pthread_alloc::allocate |
( |
size_t & |
__n, |
|
|
__state_type * |
__a | |
|
) |
| | [static] |
static void _STLP_CALL _Pthread_alloc::deallocate |
( |
void * |
__p, |
|
|
size_t |
__n, |
|
|
__state_type * |
__a | |
|
) |
| | [static] |
static void* _STLP_CALL _Pthread_alloc::reallocate |
( |
void * |
__p, |
|
|
size_t |
__old_sz, |
|
|
size_t & |
__new_sz | |
|
) |
| | [static] |
The documentation for this class was generated from the following file:
Generated on Mon Mar 10 15:32:55 2008 by
1.5.1
|