ReactOS 0.4.16-dev-927-g467dec4
|
#include <_pthread_alloc.h>
Public Types | |
typedef _Pthread_alloc_per_thread_state | __state_type |
typedef char | value_type |
Static Public Member Functions | |
static __state_type *_STLP_CALL | _S_get_per_thread_state () |
static void *_STLP_CALL | allocate (size_t &__n) |
static void _STLP_CALL | deallocate (void *__p, size_t __n) |
static void *_STLP_CALL | allocate (size_t &__n, __state_type *__a) |
static void _STLP_CALL | deallocate (void *__p, size_t __n, __state_type *__a) |
static void *_STLP_CALL | reallocate (void *__p, size_t __old_sz, size_t &__new_sz) |
Definition at line 66 of file _pthread_alloc.h.
typedef _Pthread_alloc_per_thread_state _Pthread_alloc::__state_type |
Definition at line 68 of file _pthread_alloc.h.
typedef char _Pthread_alloc::value_type |
Definition at line 69 of file _pthread_alloc.h.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |